Generating random passwords

[software]


here is a useful command to generate a random password from the command line

$ openssl rand -base64 8
BTz1bGHrs6s=

change the last argument to change the length of the password

This entry was posted in Software. Bookmark the permalink.

Leave a comment