How to generate random passwords using OpenSSL

run the command:

openssl rand -base64 16

rand denotes randomness, base64 denotes readable format and 16 the password length

the output: 4twmIodX5QwjWP+OsTePLg==


Leave a comment

Discover more from /root

Subscribe now to keep reading and get access to the full archive.

Continue reading