Encryption
AEScrypt
To encrypt a file:
$aescrypt -e <filename>
To encrypt a file with a password as argument:
$aescrypt -e <filename> -p<password>
To decrypt a file:
$aescrypt -d <filename>
To decrypt a file with a password as argument:
$aescrypt -d <filename> -p<password>
If you pass “*”.<extension> every file of that type is going to be encrypted as separate encrypted files.
The output has the form of <filename>.<extension>.aes