Feature #31678
Support BCrypt (Blowfish crypt) password hashing
| Status: | Resolved | Start date: | 2011-11-08 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Christopher Hlubek | % Done: | 100% |
|
| Category: | Security | |||
| Target version: | TYPO3 Flow Base Distribution - 1.1 beta 1 | |||
| PHP Version: | Complexity: | |||
| Has patch: | No | |||
| Votes: | 0 |
Description
Password hashing with BCrypt should be supported and used as the default password hashing strategy.
Related issues
| related to TYPO3.Flow - Bug #32991: Wrong default password hashing strategy | Resolved | 2012-01-05 |
Associated revisions
[FEATURE] Add BCrypt hashing strategy
This adds a wrapper for the BCrypt hashing algorithm and
makes it the default password hashing strategy.
Also provides a fallback when using hashes generated by PBKDF2.
Releases: 1.1
Resolves: #31678
Change-Id: Ib99b7197d83a3ac037ce4940d402b700900ad13e
History
Updated by Mr. Hudson over 1 year ago
- Status changed from New to Under Review
Patch set 5 of change Ib99b7197d83a3ac037ce4940d402b700900ad13e has been pushed to the review server.
It is available at http://review.typo3.org/5756
Updated by Julian Wachholz over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 23fec41b62b15601eaa3053e0152238fb5f2f91a.
Updated by Karsten Dambekalns over 1 year ago
- Target version changed from 1.1 to 1.1 beta 1