]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Keyringer 0.5.0 0.5.0
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 21 Dec 2016 12:19:25 +0000 (10:19 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 21 Dec 2016 12:19:25 +0000 (10:19 -0200)
ChangeLog
keyringer
share/man/keyringer.1

index 393ac2000333c54d23154b74f9d8318d3ccfd979..6f0c59b35ce04e819f3716207d7445bbb266c171 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2016-12-18 - unreleased - Silvio Rhatto <rhatto@riseup.net>
+2016-12-21 - 0.5.0 - Silvio Rhatto <rhatto@riseup.net>
 
        Fixes keyringer_check_expiration failure if a public key is listed multiple
        times (#77 and Debian #847964)
index 84b25a4d46690d1dee589411ce636246c3b0eae5..c9e3d8d5264a2066b3b71156dacf8b36b21370e1 100755 (executable)
--- a/keyringer
+++ b/keyringer
@@ -140,7 +140,7 @@ function keyringer_dispatch {
 
 # Config
 NAME="keyringer"
-KEYRINGER_VERSION="0.4.1"
+KEYRINGER_VERSION="0.5.0"
 CONFIG_VERSION="0.1"
 CONFIG_BASE="$HOME/.$NAME"
 CONFIG="$CONFIG_BASE/config"
index 74bcf1f42c35a23ac753e363587dac75ca64541c..fe179684bd5c85b73b3910f18f7b14dbf769eb06 100644 (file)
@@ -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.