aboutsummaryrefslogtreecommitdiff
path: root/bin/gen-password (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-09-19bin/{uuid,gen-password}: Use /dev/urandom over /dev/randomEuAndreh1-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
2023-07-29bin/*: Add matching parenthesis to case clausesEuAndreh1-5/+5
2023-04-12bin/: Make help string more consistent across several executablesEuAndreh1-0/+1
2022-08-13bin/password: Delete in favor of gen-passwordEuAndreh1-1/+1
2022-08-13bin/gen-password: Add working utilityEuAndreh1-6/+22
2022-05-12bin/password: Add executable, a replacement for the genpassword functionEuAndreh1-12/+8
2022-05-12Move Git repository into ~/.usr/.git/EuAndreh1-0/+0
2022-05-12git mv .local/bin/ .usr/bin/EuAndreh1-0/+0
2022-05-12.local/bin/{max,min}: Add working versionsEuAndreh1-5/+13
2022-05-12.local/bin/uuid: Add working versionEuAndreh1-12/+7
2022-04-24~/.local/bin/qr: Add scriptEuAndreh1-0/+58