Jump to content











Photo
- - - - -

Linux bash command for generating good passwords


  • Please log in to reply
1 reply to this topic

#1 Mikorist

Mikorist

    ▂ ▃ █ ▅ ▆

  • Advanced user
  • 771 posts
  •  
    United Nations

Posted 13 March 2009 - 08:29 PM

Linux bash command for generating good passwords:

~$ cat /dev/urandom | tr -dc a-zA-Z0-9 | fold -w 9 | head

:cheers:

#2 Icecube

Icecube

    Gold Member

  • Team Reboot
  • 1063 posts
  •  
    Belgium

Posted 14 March 2009 - 11:57 AM

Or just use pwgen.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users