openssl command helps in creating strong passwords for user accounts, email addresses, web forms etc.
openssl rand 12 -base64
The above command will create a random base 64 encoding string each time it’s run.

Post a comment

Your email address will not be published.

Related Posts