There's a cool web password generator here: http://www.geodsoft.com/cgi-bin/password.pl
Which has their software source available, too. Jason ----- Original Message ----- From: "Nikola Janceski" <[EMAIL PROTECTED]> To: "'Hanson, Robert'" <[EMAIL PROTECTED]>; "'Mike'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, February 08, 2002 5:27 PM Subject: RE: Password Generator > I think he wants to use the crypt() function. > > -----Original Message----- > From: Hanson, Robert [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 08, 2002 5:22 PM > To: 'Mike'; [EMAIL PROTECTED] > Subject: RE: Password Generator > > > To do what? Just generate random passwords? > > How about this. > > my @c = (a..z,A..Z,0..9,qw|! @ # $ % ^ & * ( ) [ ]|); > for (1..8) { print $c[int(rand(@c) + 1)]; } > > Rob > > -----Original Message----- > From: Mike [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 08, 2002 4:47 PM > To: [EMAIL PROTECTED] > Subject: Password Generator > > > IS there a perl password generator out there? > > Mike > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -------------------------------------------------------------------------- -- > -------------------- > The views and opinions expressed in this email message are the sender's > own, and do not necessarily represent the views and opinions of Summit > Systems Inc. > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]