diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-12-19 12:05:53 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-12-19 12:05:53 -0200 |
commit | e3273d8ead6ee0da307097febeb27a38e8cc3593 (patch) | |
tree | 44d4677fc051daa7a3c41cdf2026651de9d8b61b /share/man/keyringer.1.mdwn | |
parent | 85c61ed6857676f4ca259ff73845f3d3c6dab7d2 (diff) | |
download | keyringer-e3273d8ead6ee0da307097febeb27a38e8cc3593.tar.gz keyringer-e3273d8ead6ee0da307097febeb27a38e8cc3593.tar.bz2 |
Adds pwgen action
Diffstat (limited to 'share/man/keyringer.1.mdwn')
-rw-r--r-- | share/man/keyringer.1.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/share/man/keyringer.1.mdwn b/share/man/keyringer.1.mdwn index 8f024d1..afe7e99 100644 --- a/share/man/keyringer.1.mdwn +++ b/share/man/keyringer.1.mdwn @@ -163,6 +163,16 @@ open <*secret*> After the application exits, keyringer encrypts the temporary decrypted file again into the secret file and deletes the temporary file. +pwgen <*secret*> [*size*] +: Generates a random passphrase and stores into *secret* pathname with optional + entropy size in bytes. Default size is 20. + + Passphrases will be slightly bigger than size due to base64 conversion. + + With this action you can generate and store a passphrase without need to see + it. Combined with clip or sclip action provides an hygienic way to handle + secrets. + recrypt <*secret*> : Re-encrypts a secret by decrypting it and encrypting it again. Useful when users are added into the recipient configuration. If no *secret* is given, all secrets in the repository |