Easy way to generate a very strong password and copy to clipboard:
openssl rand 60 | openssl base64 -A | pbcopy
Last modified: Easy way to generate a very strong password and copy to clipboard:
openssl rand 60 | openssl base64 -A | pbcopy
Last modified: