Author Topic: Random Password Generator  (Read 572 times)

Offline scotbuff

  • Sys Admin
  • UNIX User
  • *****
  • Posts: 174
  • Karma: +2/-0
    • View Profile
    • Scott.Buffington.me
Random Password Generator
« on: April 05, 2007, 05:41:49 pm »
By combining a few tools available on most UNIX or Unix like operating systems (tested on Solaris, Linux and Mac OS X), you can generate random passwords quickly.
Code: [Select]
cooper:~ scotbuff$ cat /dev/urandom | strings -n 8 | head -5
(WLw+T[)*Z|
L5Ru}TRj
CvOhRKaW
_Dc`3[2]
`X0q%Jcuz
« Last Edit: April 05, 2007, 05:43:24 pm by scotbuff »