With password generator tool you can generate secure passwords based on length and checkbox selections. This tool works offline and is not sending created password outside from device.
Lowercase, when this is checked output will contain lower case letters. (abcdefghijklmnopqrstuvwxyz)
Uppercase, when this is checked output will contain uppercase letters. (ABCDEFGHIJKLMNOPQRSTUVWXYZ)
Digits, when this is checked output will contain numbers. (0123456789)
Punctuation, when this is checked output will contain special characters. (!@#$%&*()_+-=[]|,./?><) This is what punctuation means: https://en.wikipedia.org/wiki/Punctuation
Length, is desired length of characters on your password output.
Create button will create password based on earlier selections.
Copy button will copy output to your phones clipboard.