Title: RE: Terrible at my logic
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