TraySafe provides easy-to-use password generator. It has two generation modes - Random and Clever:
You can customize password options to generate a password you like.
Options for the random generation mode:
- Copy to clipboard on exit - force to copy string from password field into clipboard on dialogue exit.
Default: checked.
- Password length - length of the generated password.
Default: 8.
- Small letters - use small English letters to generate password.
Default: checked.
- Big letters - use big English letters to generate password.
Default: checked.
- Include symbols - use symbols entered below to generate password.
Default: checked.
- Numbers - use numbers to generate password.
Default: checked.
Options for the clever generation mode:
- Copy to clipboard on exit - force to copy string from the password field into the clipboard on dialogue exit.
Default: checked.
- Dictionary - the pathname of the dictionary file saved as a text file consisting of words placed the 1 word per line.
Default: Arovax dictionary file with about 40,000 words.
- Random case - to generate a password use the random case of the letters for modifying words from the dictionary.
Default: checked.
- Random number - to generate password use random numbers for modifying words from the dictionary.
Default: checked.
- Random mistakes - to generate password use random mistakes for modifying words from the dictionary
Default: checked.
This generator can be used separately (from main menu or F7) or as a part of accounts' fields with generator flag.
About creation of good passwords you can read here.