@znemz/aws-play
Advanced tools
Comparing version 0.0.2 to 0.0.3
# AWS KMS | ||
## Node Cli | ||
Example: | ||
@@ -19,2 +21,4 @@ | ||
## Go Cli | ||
```bash | ||
@@ -24,1 +28,6 @@ $ echo hi | go run ./aws/kms/encrypt/main.go | go run ./aws/kms/decrypt/main.go | ||
``` | ||
```bash | ||
$ echo Hey go! | go run aws/kms/encrypt/main.go -e base64 | go run aws/kms/decrypt/main.go -e base64 | ||
Hey go! | ||
``` |
{ | ||
"name": "@znemz/aws-play", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7754
9
209