On Mon, 2005-10-03 at 22:57 +1000, Erik de Castro Lopo wrote:
> Mike MacCana wrote:
> 
> > openssl can do this easily.
> 
> It can? How? Its certainly not obvious from the man page.

Try "man enc". From that manpage:

       Encrypt a file using triple DES in CBC mode using a prompted
password:

        openssl des3 -salt -in file.txt -out file.des3

       Decrypt a file using a supplied password:

        openssl des3 -d -salt -in file.des3 -out file.txt -k mypassword

Cheers, Ben

Ben Stringer ===== [EMAIL PROTECTED]
==================================


-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to