summaryrefslogtreecommitdiff
path: root/share/man/keyringer.1
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-12-21 10:19:49 -0200
committerSilvio Rhatto <rhatto@riseup.net>2016-12-21 10:19:49 -0200
commit46654f78de44630d8ea7f247ad65bb15908c2479 (patch)
tree58b07a5ac1f051287d28d27f34e7aa10571909f2 /share/man/keyringer.1
parent4386b9572591046e75dd98adbcaa518319873dca (diff)
parent491ea8e72879c9c9244c2740e8a428b97249b58a (diff)
downloadkeyringer-46654f78de44630d8ea7f247ad65bb15908c2479.tar.gz
keyringer-46654f78de44630d8ea7f247ad65bb15908c2479.tar.bz2
Merge tag 'upstream_keyringer_0.5.0' into debian
Upstream version 0.5.0
Diffstat (limited to 'share/man/keyringer.1')
-rw-r--r--share/man/keyringer.114
1 files changed, 14 insertions, 0 deletions
diff --git a/share/man/keyringer.1 b/share/man/keyringer.1
index 74bcf1f..fe17968 100644
--- a/share/man/keyringer.1
+++ b/share/man/keyringer.1
@@ -222,6 +222,20 @@ After the application exits, keyringer encrypts the temporary decrypted
file again into the secret file and deletes the temporary file.
.RE
.TP
+.B pwgen <\f[I]secret\f[]> [\f[I]size\f[]]
+Generates a random passphrase and stores into \f[I]secret\f[] pathname
+with optional entropy size in bytes.
+Default size is 20.
+.RS
+.PP
+Passphrases will be slightly bigger than size due to base64 conversion.
+.PP
+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.
+.RE
+.TP
.B recrypt <\f[I]secret\f[]>
Re\-encrypts a secret by decrypting it and encrypting it again.
Useful when users are added into the recipient configuration.