[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1098470663.2510.5.camel@anduril.intranet.cartel-securite.net>
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