Skip to content

Commit

Permalink
README: On second thoughts this might be better after all.
Browse files Browse the repository at this point in the history
  • Loading branch information
toothbrush committed Jan 17, 2024
1 parent 82357af commit 3b5a0f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,10 @@ sudo curl -fsSL -o /usr/local/bin/shush \

### Encrypt a password

Encrypt plaintext:
Encrypt user input:

echo -n "my_s3cr3t_t0ken" | shush encrypt alias/app-secrets
echo -n "Enter password: "
ENCRYPTED_PASSWORD=$(shush encrypt alias/app-secrets)

and later:

Expand Down

0 comments on commit 3b5a0f4

Please sign in to comment.