Security
security

This section covers security topics in general.

A crude password generator

shuf -zer -n20  {A..Z} {a..z} {0..9}
top