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.
-
Previous Post
Attach words horizontally using shell scripting