On Fri, Oct 22, 2004 at 04:30:36PM -0600, [EMAIL PROTECTED] 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

Reply via email to