aboutsummaryrefslogtreecommitdiff
path: root/bin/gen-password (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bin/{uuid,gen-password}: Use /dev/urandom over /dev/randomEuAndreh2023-09-191-1/+1
| | | | | | | | As Thomas Pornin eloquently put it[0]: > use /dev/urandom and be happy; use /dev/random and be sorry [0]: https://security.stackexchange.com/questions/3936/is-a-rand-from-dev-urandom-secure-for-a-login-key
* bin/*: Add matching parenthesis to case clausesEuAndreh2023-07-291-5/+5
|
* bin/: Make help string more consistent across several executablesEuAndreh2023-04-121-0/+1
|
* bin/password: Delete in favor of gen-passwordEuAndreh2022-08-131-1/+1
|
* bin/gen-password: Add working utilityEuAndreh2022-08-131-0/+73