Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bin/{uuid,gen-password}: Use /dev/urandom over /dev/random | EuAndreh | 2023-09-19 | 1 | -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 clauses | EuAndreh | 2023-07-29 | 1 | -5/+5 |
| | |||||
* | bin/: Make help string more consistent across several executables | EuAndreh | 2023-04-12 | 1 | -0/+1 |
| | |||||
* | bin/password: Delete in favor of gen-password | EuAndreh | 2022-08-13 | 1 | -1/+1 |
| | |||||
* | bin/gen-password: Add working utility | EuAndreh | 2022-08-13 | 1 | -0/+73 |