Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: making loop in perl script

by Anonymous Monk
on Jan 23, 2004 at 23:45 UTC ( [id://323737]=note: print w/replies, xml ) Need Help??


in reply to making loop in perl script

Hi there,

There are lots of usefull modules around for generating secure passwords, so you might consider searching CPAN for them.

Also, you ask for a way to generate different passwords every time you call the function, well, this is perl's default! If you use rand() in perl it'll initialize a seed in such a way that it's pretty impossible to get the same seed next time. And it's hard to guess what seed will be given also. So leave the sranding to perl and you'll be fine here.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://323737]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-20 00:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found