Skip to content
This repository was archived by the owner on Sep 23, 2018. It is now read-only.

SpotlightKid/aescrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aescrypt

A Python script to encrypt/decrypt files with symmetric AES cipher-block chaining (CBC) mode.

Usage

File Encryption:

aescrypt.py [-f] infile [outfile]

File decryption:

aescrypt.py -d [-f] infile [outfile]

Acknowledgements

This script is derived from an answer to this StackOverflow question:

http://stackoverflow.com/questions/16761458/

I changed the key derivation function to use PBKDF2.

License

MIT License © 2015 Christopher Arndt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages