Encrypt and decrypt files using AES encryption algorithm
Program for encryption/decryption
aescrypt
$ aescrypt -e -p mypassword secret.txt
$ aescrypt -d -p mypassword secret.txt.aes
$ aescrypt -e secret.txt && rm secret.txt