Feature #26786
Use a safe password hashing mechanism
Added by Christopher Hlubek about 11 years ago.
Updated almost 11 years ago.
Description
The current AccountFactory uses the generateSaltedMd5
method of the HashService
. Since MD5 is considered to be not safe, we should switch to either sha1 or another method for password hashing (e.g. also use an hmac).
Patch set 1 of change I9d365a9eab3930433f49faf9e7c8c5fbb1166dcc has been pushed to the review server.
It is available at http://review.typo3.org/2332
Patch set 2 of change I9d365a9eab3930433f49faf9e7c8c5fbb1166dcc has been pushed to the review server.
It is available at http://review.typo3.org/2332
- Status changed from New to Under Review
- Assignee set to Christopher Hlubek
I implemented a PBKDF2 based password hashing and refactored the hash service to enable configurable password hashing strategies.
Patch set 4 of change I9d365a9eab3930433f49faf9e7c8c5fbb1166dcc has been pushed to the review server.
It is available at http://review.typo3.org/2332
Patch set 5 of change I9d365a9eab3930433f49faf9e7c8c5fbb1166dcc has been pushed to the review server.
It is available at http://review.typo3.org/2332
Patch set 6 of change I9d365a9eab3930433f49faf9e7c8c5fbb1166dcc has been pushed to the review server.
It is available at http://review.typo3.org/2332
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset commit:ad4c9a7e4e6950c16c4a2cf138bafe69958af8ca.
Also available in: Atom
PDF