summaryrefslogtreecommitdiff
path: root/portato/gui/dialogs.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-04-17 21:24:25 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-04-17 21:24:25 +0200
commitf10c0e92853aef25a765925bd54608ced73cd164 (patch)
tree96f4d823937d5acf5a40cf99fda0ec1baa05bcc4 /portato/gui/dialogs.py
parent3b446c965b7319ed56d69057743220c8278e0703 (diff)
downloadportato-f10c0e92853aef25a765925bd54608ced73cd164.tar.gz
portato-f10c0e92853aef25a765925bd54608ced73cd164.tar.bz2
portato-f10c0e92853aef25a765925bd54608ced73cd164.zip
Fixed get_use_desc
Diffstat (limited to 'portato/gui/dialogs.py')
0 files changed, 0 insertions, 0 deletions
43e5c3ba25c711780db63fce4012dcea2e27&follow=1'>show: 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>