[TYPO3-dev] retrieving key in rsaauth (TYPO3 4.7)

Helmut Hummel helmut.hummel at typo3.org
Wed Mar 6 19:26:26 CET 2013


Hi,

On 06.03.13 02:31, Michael wrote:

>     // this works in 4.5 but can not work in 4.7 (no valid key):
>     $decrypted = $backend->decrypt($key, substr($loginData['uident'],
>
> Anyone has a clue what needs to be changed or added?

Starting from 4.7 you do not need to do any manual work to get the 
decrypted password, as it is decrypted and stored in 
$loginData['uident_text'] for you.

Trying to decrypt it a second time fails, because the private key is 
discarded once it has been used.

Kind regards,
Helmut

-- 
Helmut Hummel
Release Manager TYPO3 6.0
TYPO3 Core Developer, TYPO3 Security Team Member

TYPO3 .... inspiring people to share!
Get involved: typo3.org



More information about the TYPO3-dev mailing list