store password

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 [...]

{ 5 comments }