When I need to create a password, I use this nifty aspect of openssl from the command line:
$ openssl rand -base64 6
Works like a charm for generating passwords in the range [a-zA-Z0-9].
When I need to create a password, I use this nifty aspect of openssl from the command line:
$ openssl rand -base64 6
Works like a charm for generating passwords in the range [a-zA-Z0-9].