Regular readers of my blog may remember, or have used, my secure random password generator class. For those who aren’t PHP proficient, or just can’t be bothered to create the pages necessary, I’ve implemented it into a new website: www.random-password.net. I hope it proves useful.
The benefit of my class is that it generates passwords based upon a pattern, and you can make it generate upto 99 random passwords based on your pattern in a single click. The random-password.net website also stores a convenient cookie, so that it will remember your pattern each time you visit.
Let me have any comments or suggestions please, and I love to hear from you if my work has helped you in any way.

Hi,
This sounds useful, are you also sharing the class you have written for this so others can use it? If yes, can you direct me to the URL where i can find it.
Cheers,
~Maneet
Maneet,
Yeah I posted it a while back.
http://www.davidhurst.co.uk/2006/09/21/php-random-secure-password-generator-class/
Could do with updating for PHP5, but it’s pretty basic.
Cheers,
David
Hello David
Thanks for passing me the url .