Page Actions
Wiki Actions
User Actions
Submit This Story

Encryption Solutions

OpenSSL

With OpenSSL I encrypt some of my data. Simply:

In this case, Blowfish Cipher: Encrypt:

openssl bf -e -a -salt -in inputfile -out outputfile

Decrypt:

openssl bf -d -a -salt -in inputfile -out outputfile

GNU PG

FIXME

GUI Tools

 
wiki/encrypt.txt · Last modified: 2011/05/16 21:13 by MeaCulpa     Back to top
Recent changes RSS feed Creative Commons License Powered by PHP Driven by DokuWiki