summaryrefslogtreecommitdiff
path: root/portato/backend/catapult
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-03-25 15:36:24 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-03-25 15:36:24 +0100
commit08d77f06f8b90ebef81255f1fcedf6ff8953aa98 (patch)
treeba9166fccc2a01139cf73023a899444df245d5d2 /portato/backend/catapult
parent9af6e349169e5df5e130701a6e09ec6411712673 (diff)
downloadportato-08d77f06f8b90ebef81255f1fcedf6ff8953aa98.tar.gz
portato-08d77f06f8b90ebef81255f1fcedf6ff8953aa98.tar.bz2
portato-08d77f06f8b90ebef81255f1fcedf6ff8953aa98.zip
Converted back to HB instead of HPaned
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
/+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>