Create strong passwords in Unix

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.
Written by actsupp-r0cks