From d293e4885c9ff064284b965a44739a45da15bf44 Mon Sep 17 00:00:00 2001 From: MrKoopaKiller <> Date: Sun, 7 May 2023 21:56:20 +0300 Subject: [PATCH] app image --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f023a96..cca830e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ It is usefeul to encrypt secrets to commit in a repository, since the only one t The motivation for this project is to provide a simple way to encrypt data to be used in [Terraform](https://www.terraform.io/) projects. +![alt text](https://github.com/MrKoopaKiller/kms-encrypter/blob/assets/images/kmsenc.png?raw=true) + ## How it works It uses the AWS SDK for Python (Boto3) to connect to AWS KMS and encrypt the data. The encrypted data is displayed in the web page and can be copied to the clipboard. **The data is not stored anywhere.**