This is password generator based on input. It allows us to write specific characters based on which we want to generate password; input can be either alphabets, (upper case, lower case), numbers or special characters.
Here we can select following
- 1st textbox - length of password to generate
- 2nd textbox - input characters that password generator users to generate password
This form can generate up to 30 characters password using specific letters given in 2
nd textbox. We can complete control over the complexity of password we generate. If we need very simple password, write only few characters in the 2
nd textbox.