doc/notes/cryptography.md
<@cjd> be careful of non a-zA-Z0-9_cat /dev/urandom | strings | head -n 50 | tr -d '\n"`\\ \t' | head -c 50 && echo OR tr -cd '[:alnum:]' < /dev/urandom | fold -w32 | head -n20`
tr -cd 'A-Za-z0-9' 2> /dev/null < /dev/urandom | head -n 20