The Class will help the programmer to create a randomly generated Password for there site/application users.When passed the length to the constructor, the Class will return a PASSWORD which will be strong, having both alphabet and numeric character.The class just takes integer value as parameter, which is nothing but the length of the password string that needs to be generated.
Change Log:
- Apr 25, 2005, I have fixed some bug, based on the comments from Balis Hans. That was a serious bug which i have not noticed it. Heart full Thanks to Balis.
- Apr 27, 2005, Added a New File which will Randomly Generate Password taking some Conditions when generating the Password, based on the Inputs and Comments for Mr.Peter.Thanks to Peter for the suggestion. The idea is to have some conditions to generate the password.ry strong passwords.
Releated Resource
Class HomePage
Class Demo (unfortunately the Demo is down)