A Flutter app that generates different passwords
It have ability to use different characters:
- lowercase (a-z)
- uppercase (A-Z)
- symbols (!, #, " etc)
- numbers (0-9)
Also it can exclude:
- similar (like 0-O, 1-l and others)
- ambiguous (~,;:.{}<>[]()/'`)
Can copy password to clipboard
Can estimate password strength
Source code available under GNU GENERAL PUBLIC LICENSE.