Skip to content

How to generate random password?

How to generate random password?

Answer:

Install the "makepasswd" package, for example, in Ubuntu, type

sudo apt-get install makepasswd

Then execute command

# makepasswd 

ShdDHNt7z

Or you can use another tool called pwgen

sudo apt-get install pwgen

and execute

# pwgen 8 10

It will generate 10 passwords with length equal to 8

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  1. Generate random number in Linux
  2. Generate random number in Perl
  3. Generate dummy file in Linux
  4. Update the Package Index in Ubuntu
  5. Generate UUID in Linux

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*