[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20041025004115.GS11815@syjon.fantastyka.net>
From: alex at bofh.net.pl (Janusz A. Urbanowicz)
Subject: Q: Linux Command Line Encryption
On Fri, Oct 22, 2004 at 04:30:36PM -0600, twebster@...soft.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
Powered by blists - more mailing lists