summaryrefslogtreecommitdiff
path: root/portato/gui/templates/SplashScreen.glade (follow)
Commit message (Expand)AuthorAgeFilesLines
* Applied splitRené 'Necoro' Neumann2008-02-291-0/+61
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>