aescrypt is a small command line tool to encrypt/decrypt files and directories with the well-established AES-256-CBC algorithm.
- Encryption:
aescrypt encrypt foo.txt
- Decryption:
aescrypt decrypt foo.txt.aes
Type aescrypt --help
for more information on the usage.
Please install the following Python packages: docopt, pycrypto. You can do that by running:
sudo pip install -r requirements.txt
GNU General Public License (GPLv3), see LICENSE.txt
for further details.