summaryrefslogtreecommitdiff
path: root/contrib/emacs/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2015-01-28 16:40:15 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2015-01-28 16:45:21 +0100
commit9c58e0da7c1cb8abc84aca094d3020aeb3c608b4 (patch)
tree8b03452de217d949231c889ad9d6c5fcc941081f /contrib/emacs/README.md
parentcb4d6de58c0fa2ab9a1b798efd184fc269ecc239 (diff)
downloadpass-9c58e0da7c1cb8abc84aca094d3020aeb3c608b4.tar.gz
pass-9c58e0da7c1cb8abc84aca094d3020aeb3c608b4.tar.bz2
pass-9c58e0da7c1cb8abc84aca094d3020aeb3c608b4.zip
Use more stable with-colons output
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
generate: 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>