Actions
Bug #3497
closedThe PASSWORDHASH metadata entry does not allow to use glibc-like SHA/MD hashes
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Techniques
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
First, we should allow SHA-512 hashes.
Then, we should allow the use of GLIBC shadow compatible hashes, like for SHA-512:
$6$SALT$HASH
These hashes should be named:- shadow-md5 / shadow-sha-(level) in the metadata PASSWORDHASH
- "MD5 / SHA-(level) (Shadow)"
Actions