summaryrefslogtreecommitdiff
path: root/portato/gui/windows/basic.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-04-24 18:11:53 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-04-24 18:11:53 +0200
commit9a9e90bf28509147eedb5a2ebe5fc110c6244a34 (patch)
treef488c2394b770b1121b72905c935ed072cdd89b2 /portato/gui/windows/basic.py
parent62725d63688631950d21a6a03a1cecfccf78f4e3 (diff)
downloadportato-9a9e90bf28509147eedb5a2ebe5fc110c6244a34.tar.gz
portato-9a9e90bf28509147eedb5a2ebe5fc110c6244a34.tar.bz2
portato-9a9e90bf28509147eedb5a2ebe5fc110c6244a34.zip
Should add widgets now
Diffstat (limited to 'portato/gui/windows/basic.py')
0 files changed, 0 insertions, 0 deletions
highlight'> 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>