Stars
3
Forks
3
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
15
commits
Enabling use of AWS regions as an argument and re-arranging usage statement to be alphabetical.
fe04dd7View on GitHubUpdating routine to better support python3 and file support. Changed encryption to read as a string instead of bytes, and cast the file input to string before padding for AES encryption.
bce02ccView on GitHubAdding documentation to support new encryption options
acddedbView on GitHubAdding support to encrypt file as KMS objects within the 400 KB context limit. Also beginning to add some validations and error handling.
82c5879View on GitHubUpdating README.md for documentation and fixed variable scopes in decrypt.py
3d9f215View on GitHubUpdated README.md for docs. Updated decrypt.py to better support python 2 and 3. Updated unpad routine to cast to string to support python 3. Also added decoding to ASCII so that items such has private SSL keys can be stored and retrieved in both python 2 and 3.
90fe534View on GitHub