Generate passwords in the terminal
Do you need a quick way to get a 16 chars, random generated password?
brew install pwgen
pwgen -Bsy 16 1
Do you need a quick way to get a 16 chars, random generated password?
brew install pwgen
pwgen -Bsy 16 1