On Thu, Jan 01, 2004 at 12:19:00PM -0800, Jeff Lasman wrote: > On Thursday 01 January 2004 12:09 pm, Technical wrote: > > > Does anyone know of a good password/username file generator. I need > > I program to create all the possible permutation of a six character, > > or 10 characters word given a character set. > > I use mkpasswd; for instructions "man mkpasswd". > > Only problem is I don't know where I got it. $ rpm -qf /usr/bin/mkpasswd expect-5.39.0-93 It's a nice program. So nice, in fact, I ended up porting it to a Perl module so I could use it in various other projects. -chris