Skip to content

A simple application which calculate password strength by its length, whether it's include uppercase, lowercase letter, number, symbol and more rules... Ui of this application is coded as using Qt C++ library.

License

Notifications You must be signed in to change notification settings

canersulusoglu/PasswordStrengthMeter

Repository files navigation

Password Strength Meter

A simple application which calculates password strength.

Rules of Calculating Password Strength

  • Additions
    • Number of characters
    • Uppercase letters
    • Lowercase Letters
    • Numbers
    • Symbols
    • Middle numbers or symbols
    • Minimum requirements
  • Deductions
    • Letters only
    • Numbers only
    • Repeat Characters
    • Consecutive uppercase letters
    • Consecutive lowercase letters
    • Consecutive numbers
    • Sequential letters (3+)
    • Sequential numbers (3+)
    • Sequential symbols (3+)

Screenshots

  • Application main window.

App Sample Picture

  • Application settings window.

App Sample Picture

  • Application custom language input setting.

App Sample Picture

Used Libraries

Qt C++ Ui Library - Version: 6.1.2

About

A simple application which calculate password strength by its length, whether it's include uppercase, lowercase letter, number, symbol and more rules... Ui of this application is coded as using Qt C++ library.

Topics

Resources

License

Stars

Watchers

Forks