Does anyone know of a randomized password generator written in PHP?
I'm working on a new site for a homeowners association and need to secure portions of the site: We want to make the residents' directory, association budget, and other features available to residents and property owners only. We don't want "outsiders" getting names, addresses, phone numbers, etc and using them for marketing or other nefarious purposes. Let them get that information the old fashioned way!
My thought has been to have the user fill out a form with name, address, phone no, etc. and then check this information against the list of residents in the database. If everything matches up, a password would be e-mailed to the e-mail address of record for the residence and the account created. If the info doesn't match for some reason, the user will be denied access to the database.
I thought I'd write a password generator based on random numbers linked to ASCII codes but don't see a way to generate random numbers -- or random character sequences -- in my PHP references. Has anyone seen a function that will do what I'm looking for? Or alternative suggestions, for that matter.


LinkBack URL
About LinkBacks



Reply With Quote
I just skimmed the replies this AM and didn't see the end of yours.
Bookmarks