The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 02-19-2004
p_prathaban p_prathaban is offline
Registered User
  
 

Join Date: Feb 2004
Posts: 11
Hi ALL,

Thanks for the replies.

I think, I 'm not clear in my question.

Let me try again.


gzip doesn't support password protection.

But to set password protected, unix has crypt , pgp, gpg and so on.

I just require how does those encrytion can be done in gzip.

As a way like on guzip or gzip -d , I can get a password request prompt and thus decrypt the file.

Is this can be done?
Or
Do I need to go with encrypt & gzip and gunzip & decrypt?