Skip to content

cloud-services-qa/kmstool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

!kmstool

Tool for using AWS KMS data keys to encrypt and decrypt larger files.

Requirements

Requires: boto3, pycrypto

pip install -r requirements.txt

Usage

For encrypting must have Key-Id Tool will only decrypt things that it has encrypted.

encrypt: kmstool.py -e --file myfiles.tar --output this.tar.enc --key_id <KMS Key-ID>

decrypt: kmstool.py -d --file this.tar.enc --output myfiles.tar

About

Tool for using AWS Kms data keys to encrypt and decrypt large files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%