Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how to create password protected encripted file in Unix

0 views
Skip to first unread message

rajesh...@gmail.com

unread,
Oct 5, 2006, 7:56:01 PM10/5/06
to
HI,

I am trying to compress files in unix and protect it with a password.
In windows its easy with winzip. Is there any easy way to encrypt files
with password in unix??

Thanks in advance,
Raj

Richard T. Kus

unread,
Oct 6, 2006, 10:29:16 AM10/6/06
to
According to <rajesh...@gmail.com>:
:HI,
:

look for source code for info-zip. It works on winzip files.

richk


Walter Misar

unread,
Oct 7, 2006, 8:26:47 AM10/7/06
to

There's 'crypt', easy to use, but attacks on the scheme used there are known.
For stronger protection there's 'pgp' ('pgp -c plainfile' and 'pgp -d cfile').

--
Walter Misar mi...@rbg.informatik.tu-darmstadt.de

Urs Thuermann

unread,
Oct 14, 2006, 5:08:45 AM10/14/06
to
rajesh...@gmail.com writes:

> I am trying to compress files in unix and protect it with a password.
> In windows its easy with winzip. Is there any easy way to encrypt files
> with password in unix??

The traditional tool, crypt(1), uses DES, which isn't considered
secure anymore. Look for GnuPG for strong cryptography (both,
symmetric and asymmetric ciphers).

urs

0 new messages