Full Disclosure mailing list archives

Re: Q: Linux Command Line Encryption


From: "Janusz A. Urbanowicz" <alex () bofh net pl>
Date: Mon, 25 Oct 2004 02:41:15 +0200

On Fri, Oct 22, 2004 at 04:30:36PM -0600, twebster () daksoft com wrote:
openssl encryption and decryption,

encrypt
      openssl enc <cipher> -e -in filename.txt -out filename.enc
      openssl enc -aes-256-cfb -e -in filename.txt -out filename.enc


decrypt
      openssl enc <cipher> -d -in filename.enc -out filename.txt
      openssl enc -aes-256-cfb -d -in filename.enc -out filename.txt

it is still better use gpg in -c mode as it does proper key hashing from
passphrase

a
-- 
0x46399138

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.netsys.com/full-disclosure-charter.html


Current thread: