Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlpett/dekms
Single-binary to decrypt KMS:ed data without gcloud
https://github.com/carlpett/dekms
google-kms
Last synced: 25 days ago
JSON representation
Single-binary to decrypt KMS:ed data without gcloud
- Host: GitHub
- URL: https://github.com/carlpett/dekms
- Owner: carlpett
- Created: 2020-09-16T20:10:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-16T20:13:05.000Z (about 4 years ago)
- Last Synced: 2024-06-19T04:19:15.363Z (5 months ago)
- Topics: google-kms
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
--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.
```