OpenSSL for file encryption
## to encrypt openssl aes-256-cbc -e -in plaintext.txt -out crypted.blob ## to decrypt openssl aes-256-cbc -d -in crypted.blob -out plaintext.txt