home | blog | wiki | about
Chat With Me
all tags
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
KeePass