|
|
|
|
|
by lucb1e
1523 days ago
|
|
I posted some advice in a sibling thread, <https://news.ycombinator.com/item?id=31021503>, that applies here as well: > Please don't use $RANDOM or $((RANDOM)) or standard `shuf` for password generation. These RNGs are not cryptographically secure. Use input from /dev/urandom instead. |
|
The same with gshuf.
I use an alias to add this switch by default.