Skip to content
/ dekms Public

Single-binary to decrypt KMS:ed data without gcloud

Notifications You must be signed in to change notification settings

carlpett/dekms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dekms

Simple utility for decrypting data with Google KMS when you do not have access to gcloud. Data is read from stdin, and decrypted data is writted to stdout.

Usage

usage: dekms --keyring=KEYRING --key=KEY [<flags>]

Flags:
  --help               Show context-sensitive help (also try --help-long and --help-man).
  --keyring=KEYRING    Name of keyring
  --key=KEY            Name of key
  --location="global"  Location of keyring
  --project=PROJECT    GCP project. Attempts read project from metadata server if not given.

About

Single-binary to decrypt KMS:ed data without gcloud

Topics

Resources

Stars

Watchers

Forks

Languages