Actions
Bug #8801
closedInconsistent hashing algorithms used in passwords generated in the script engine
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
- When using the unix method with a salt, the AIX algorithm is used for sha-256
- When using the aix method with or without a salt, the unix algorithm is used for sha-256
- When using the auto method with a salt on unix, the aix algorithm is used
Actions