Skip to content

matchilling/aws-kms-boilerplate

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
bin
 
 
 
 
 
 
 
 

AWS KMS Boilerplate

This repository contains the example code for the blog post "Painlessly storing security sensitive data using AWS KMS and OpenSSL"

Usage

  • Setup your AWS account
  • Create an AWS KMS Customer Master Key as described and assign an alias to it as described in step 1 and 2 of the article.
  • Place your security sensitive data such as API keys, database credentials etc. in the .decrypted/ folder.
  • For encryption execute ./bin/encrypt --kms_key_id=alias/your-key.
  • For decryption execute ./bin/decrypt.
  • Note: activate the debugging mode by passing --debug=true into the script

License

This distribution is covered by the GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007.

Support & Contact

Having trouble with this repository? Check out the documentation at the repository's site or contact m@matchilling.com and we’ll help you sort it out.

Happy Coding

✌️

About

πŸ” This repository contains the example code for the blog post "Painlessly storing security sensitive data using AWS KMS and OpenSSL"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages