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

UserAutentication Password Complexity and History (Bugzilla Bug 4709) #710

Open
tianocore-issues opened this issue Feb 23, 2024 · 2 comments

Comments

@tianocore-issues
Copy link

This issue was created automatically with bugzilla2github

Bugzilla Bug 4709

Date: 2024-02-23T13:21:43+00:00
From: @jkmathews
To: @nate-desimone
CC: @lgao4

Last updated: 2024-03-05T21:51:46+00:00

@tianocore-issues
Copy link
Author

Comment 22645

Date: 2024-02-23 13:21:43 +0000
From: @jkmathews

  • Industry Specification: ---
  • Release Observed: edk2-stable202302
  • Releases to Fix: EDK II Master
  • Target OS: ---
  • Bugzilla Assignee(s): @nate-desimone

Recommend considering stronger password requirements.

IsPasswordStrong() checks for password complexity requirements. As shown below, it does bare minimal checking for existence of uppercase, lowercase, numeral, and symbol. A password with repeating characters would be an acceptable password, such as 1!Aaaaaa.

IsPasswordInHistory() checks if the password hash of the password being entered matches the hash of the previous 5 passwords.


@tianocore-issues
Copy link
Author

Comment 22701

Date: 2024-03-05 21:51:46 +0000
From: @lgao4

[email protected]: please check it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant