Title: Message
Personally, I like to use Crypt::GeneratePassword. You can create passwords that are longer, yet easier for users to remember and less likely to be written on a Post-it on their monitor.

--
Mark Thomas                    [EMAIL PROTECTED]
Internet Systems Architect     User Technology Associates, Inc.

$_=q;KvtuyboopuifeyQQfeemyibdlfee;; y.e.s. ;y+B-x+A-w+s; ;y;y; ;;print;;
 

-----Original Message-----
From: Krishna, Hari [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 29, 2002 12:48 PM
To: 'FARRINGTON, RYAN'; [EMAIL PROTECTED]
Subject: Random numbers

Hi friends,
    I want to generate some 1000 or more passwords for some NT machine.
I should be able to generate an 8 digit alphanumeric random numbers from the list of characters.
 
Say I have 3 strings...
First string : 0 - 9 numbers
Second string : A - Z characters
Third string: a - z characters.
 
Now I should be able to generate strings like:
 
"abCd16Sz"
"U8Yb90vc"
"Nt7gO0PL"
 
something like that.
 
Is there a way to generate such kind of random numbers 8 characters long???
 
I saw in a bok that there is a module in PERL
MATH::TrulyRandom
 
but I am not sure if it helps. I will keep trying.
 
 
any inputs appreciated.
 
Hope I can get some help.
 
 
Thanks and Regards,
Hari.

Reply via email to