aescrypt

Encrypt and decrypt files using AES encryption algorithm

brewmacoslinux
Try with needOr install directly
Source

About

Program for encryption/decryption

Commands

aescrypt

Examples

Encrypt a file with a password$ aescrypt -e -p mypassword secret.txt
Decrypt an encrypted file$ aescrypt -d -p mypassword secret.txt.aes
Encrypt a file and remove the original$ aescrypt -e secret.txt && rm secret.txt