Quantcast
Viewing all articles
Browse latest Browse all 3

Random Password generator in bash shell

Need a quick way to generate random password ?
Here’s a nice shell script to generate random password in bash. I use this script really often.

Download randpass. Remember to remove the .txt extension and change the chmod on the file for execution.

If you need more length on the generated password just change the MAXSIZE variable in the shell script.


Viewing all articles
Browse latest Browse all 3

Trending Articles