Actions
Bug #32572
closedProvide alternative FIPS/NIST approved password hashing to bcrypt
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Although bcrypt is considered one of the strongest password hashing algs it is not approved by FIPS/NIST. PBKDF2 on the other hand is, so let's add a third alternative alg so users can pick what they prefer.
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Assignee set to Lukas Zapletal
- Pull request https://github.com/theforeman/foreman/pull/8517 added
Updated by Lukas Zapletal over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|add9562faef4f61c4e3aeddd8be6ba7e8e9fc4d1.
Actions