lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<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

Powered by Openwall GNU/*/Linux Powered by OpenVZ