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]
From: blancher at cartel-securite.fr (Cedric Blancher)
Subject: Q: Linux Command Line Encryption

Le vendredi 22 octobre 2004 ? 13:46 -0400, Mike Tancsa a ?crit :
> This is only as strong as your passphrase.  Using something like GPG has 
> other advantages since the private key can be kept in a separate location 
> from the encrypted file.

GnuPG can be used for symetrical ciphering only. Excerpt from gpg
manpage :

~$ man gpg
[...]
       -c, --symmetric
                 Encrypt with a symmetric cipher using a passphrase. The
                 default symmetric cipher used is CAST5, but may be
                 chosen with the --cipher-algo option.

So :

	gpg -c --cipher-algo 3DES test.txt
	gpg -c --cipher-algo AES256 test.txt

Will give test.txt.gpg output (can be changed using -o/--output).


-- 
http://www.netexit.com/~sid/
PGP KeyID: 157E98EE FingerPrint: FA62226DA9E72FA8AECAA240008B480E157E98EE
>> Hi! I'm your friendly neighbourhood signature virus.
>> Copy me to your signature file and help me spread!


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ