A password generator for android
- 3 different password generation modes
- Offers option to verify generated and/or user defined password online against pwned passwords API v2
- Default (generates random passwords)
- XKCD (generates memorable passwords the XKCD way)
- Kana (generates memorable passwords the Kana/Katakana way)
Generates a classic password based on user-selected charsets (uppercase, lowercase, numbers and special characters)
Generates memorable passwords out of several words from a wordlist.
Wordlist for the following languages are included
- english
- finnish
- german
- italian
- japanese
- spanish
Generates memorable passwords based on kana and katakana.
For details see here.
Password verification against pwned passwords API
- English
- German
- CONTRIBUTING.md for general instructions
- CONTRIBUTORS.md for a lists of all contributors.
- RESOURCES.md for a lists of all used resources.