Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing password strength check #1071

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Jun 12, 2023

  1. Implemented password strength check

    ngn committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    6e8d4f9 View commit details
    Browse the repository at this point in the history
  2. made it prettier

    ngn committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    1dccb2d View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    eede6c5 View commit details
    Browse the repository at this point in the history
  2. fixing the return value

    ngn13 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    43ac5fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    314bb29 View commit details
    Browse the repository at this point in the history
  4. cleaning up and fixing checkPassword

    ngn committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    15c2239 View commit details
    Browse the repository at this point in the history
  5. made it prettier

    ngn committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    0f86b30 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    b32d203 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Actually calculate entropy

    Signed-off-by: Scott Gould <[email protected]>
    greysilly7 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    a753b16 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    Signed-off-by: Scott Gould <[email protected]>
    greysilly7 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    acc02a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Format with prettier

    greysilly7 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    63ef2a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Merge pull request #1 from greysilly7/pass_strength_check

    Calculate entropy
    ngn13 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    8e564dc View commit details
    Browse the repository at this point in the history
  2. removed strength normalization

    ngn13 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    e12fae8 View commit details
    Browse the repository at this point in the history