summaryrefslogtreecommitdiff
path: root/tests/gnupg (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests: have multiple gpg keys availableJason A. Donenfeld2014-04-234-0/+3
* testing: add reencryption to TODOJason A. Donenfeld2014-04-231-0/+0
* tests: make bash usage explicitJason A. Donenfeld2014-04-231-0/+0
* Import Von's tests, with cleanups.Jason A. Donenfeld2014-04-224-0/+0
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>