shush

Encrypt and decrypt secrets using AWS Key Management Service

brewmacoslinux
Try with needOr install directly
Source

About

Encrypt and decrypt secrets using the AWS Key Management Service

Commands

shush

Examples

Encrypt a secret string using a KMS key$ shush encrypt -k arn:aws:kms:region:account:key/id 'my-secret'
Decrypt an encrypted secret from a file$ shush decrypt < encrypted_secret.txt
Encrypt a file and save the output$ shush encrypt -k arn:aws:kms:region:account:key/id -f secret.txt > secret.txt.encrypted