How do I generate random passwords under Linux / UNIX operating systems?
{ 1 comment }
Q. How do I generate random password to use with my shell script? A. You can use makepasswd or mkpasswd command to generate random password under Linux / UNIX. mkpasswd command is overfeatured front end to crypt(3) function. makepasswd command generates true random passwords by using the /dev/random feature of Linux, with the emphasis on [...]
{ 6 comments }