summaryrefslogtreecommitdiff
path: root/portato/session.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-09-06 01:13:55 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-09-06 01:13:55 +0200
commit3ae13e6fcc1fe55606921383380434b6752dff1c (patch)
treeaa7aa7589cffd58c4c0a3829c0863cee792ad4f1 /portato/session.py
parentbf86fab5906e1466984d072cc9a0309b38b55a43 (diff)
downloadportato-3ae13e6fcc1fe55606921383380434b6752dff1c.tar.gz
portato-3ae13e6fcc1fe55606921383380434b6752dff1c.tar.bz2
portato-3ae13e6fcc1fe55606921383380434b6752dff1c.zip
Moved the menu to an extra file
Diffstat (limited to 'portato/session.py')
0 files changed, 0 insertions, 0 deletions
enerate 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>