Skip to content

aescrypt is a small command line tool to encrypt/decrypt files and directories with the well-established AES-256-CBC algorithm.

License

Notifications You must be signed in to change notification settings

markus-beuckelmann/aescrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AESCrypt

aescrypt is a small command line tool to encrypt/decrypt files and directories with the well-established AES-256-CBC algorithm.

Examples

  • Encryption: aescrypt encrypt foo.txt
  • Decryption: aescrypt decrypt foo.txt.aes

Type aescrypt --help for more information on the usage.

Requirements

Please install the following Python packages: docopt, pycrypto. You can do that by running:

sudo pip install -r requirements.txt

License

GNU General Public License (GPLv3), see LICENSE.txt for further details.

About

aescrypt is a small command line tool to encrypt/decrypt files and directories with the well-established AES-256-CBC algorithm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages