summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2014-03-20 01:33:18 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2014-03-20 01:33:18 -0600
commit9ef311d868248682a11c8cb8c0177bc9949be7b9 (patch)
tree9a8a586ac152d99c160e104e4e6d307ff72dcea1 /contrib
parent2e6e3fc07ed1a0ae56c653071aa1aaf6439cdafc (diff)
downloadpass-9ef311d868248682a11c8cb8c0177bc9949be7b9.tar.gz
pass-9ef311d868248682a11c8cb8c0177bc9949be7b9.tar.bz2
pass-9ef311d868248682a11c8cb8c0177bc9949be7b9.zip
git: sign commits if enabled
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
+3 2016-02-05show: allow selecting which clip lineJason A. Donenfeld2-9/+10 2016-02-05generate: have a default length of 25Jason A. Donenfeld2-6/+12 Folks are lazy and don't want to type very much, so they'd like to have a default password length to generate that can be configured via environment variables per usual. I'm making the default 25. If the user forbids the use of symbols, pwgen will use a-zA-Z0-9, ensuring that at least one A-Z and at least one 0-9 is used. We want to have a password of at least 128-bits, so factoring in the issue with "at least one of this character type", 25 gets us there squarely. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>