The Password Generator generates random passwords of any length. Randomness of generated passwords makes them hard to guess. As seen on the digram from the right, the customization can have
- The lenght of the password in characters
- Choice of lower and upper case character sets
- Numbers
- Punctuation characters
- Specified number of digits to be included in the password
- Option to exclude similar characters.
- Option to generate hexadecimal passwords.
- Password bit strength indicator.
2. Using Generated Passwords in Other Applications
A very usefull function of the password generator is that you can create passwords for other application. A simple copy-paste command can place the new password for the desired application.