Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 756 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 756 Bytes

A Flutter app that generates different passwords

Functions

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

Screenshots

drawing

drawing

drawing

License

Source code available under GNU GENERAL PUBLIC LICENSE.