summaryrefslogtreecommitdiff
path: root/static/jqueryui
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2011-02-07 18:35:49 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2011-02-07 18:35:49 +0100
commit2c753b34c4327b4abc2dee893c8a760f13f2bccb (patch)
tree4710606750c302c30a6d8b75b73707c4d9fe89a5 /static/jqueryui
parentf84236490f9102f41451e151238a1a0f3a319067 (diff)
downloadkosten-2c753b34c4327b4abc2dee893c8a760f13f2bccb.tar.gz
kosten-2c753b34c4327b4abc2dee893c8a760f13f2bccb.tar.bz2
kosten-2c753b34c4327b4abc2dee893c8a760f13f2bccb.zip
unicode aware form
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
30f3f041d5e5788fccdd6d4cb&follow=1'>passmenu: group commandsJason A. Donenfeld1-1/+1 2016-02-05passmenu: Use faster built-inJason A. Donenfeld1-1/+1 2016-02-05show: better clip error messageJason A. Donenfeld1-3/+3 2016-02-05show: 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>