Feature #7054
Make salted md5 generation and validation available through an API
Status:
Resolved
Priority:
Should have
Assignee:
Category:
Security
Target version:
Start date:
2010-03-29
Due date:
% Done:
100%
Estimated time:
1.00 h
PHP Version:
Has patch:
Complexity:
Description
The algorithm for generating salted md5 hashes is used for encrypting passwords, for example for the PersistedUsernamePasswordProvider. However, this function is currently hidden in the security framework and not accessible through the public API. In some situations, for example when updating a password (and therefore the AccountFactory cannot be used), it would be handy to be able to use these functions.
Updated by Robert Lemke about 12 years ago
- Status changed from Accepted to Resolved
- % Done changed from 10 to 100
Applied in changeset r4020.