Skip to content

Commit

Permalink
docs: update encryption example
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbunni authored and aymanbagabas committed Apr 27, 2022
1 parent dcf5d98 commit b7d9916
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ charm kv set weather humid
charm fs tree /

# Encrypt something
charm encrypt < secretphoto.jpg > encrypted.jpg.json
charm crypt encrypt < secretphoto.jpg > encrypted.jpg.json

# For more info
charm help
Expand Down
14 changes: 14 additions & 0 deletions crypt/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Charm Crypt

## Usage

```bash
# encrypt secrets
charm crypt encrypt < secrets.md > encryptedsecrets.md

# decrypt secrets
charm crypt decrypt < encryptedsecrets.md

# am lost, need help
charm crypt -h
```

0 comments on commit b7d9916

Please sign in to comment.