A Password Generator With Strength Options
Category:
MiscellaneousType:
ApplicationsDifficulty:
BeginningAuthor: Anonymous
Version Compatibility: Visual Basic 6, Visual Basic 5
More information:
This project creates completely random passwords with the options to change the strength of the password. The UI gives you the ability to set the number of characters, uppercase, lowercase, and whether to add numbers to create alphanumeric passwords. Add a text box control that will display the generated password, 3 checkbox controls to dictate lowercase, uppercase and numbers, a combobox to select how many characters and finally a command button to execute.
Instructions: Copy the declarations and code below and paste directly into your VB project.
Declarations: