Project

General

Profile

Actions

Feature #22245

closed

Secure Install Tool Login

Added by Bernhard Kraft about 14 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Install Tool
Target version:
Start date:
2010-03-06
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.4
Tags:
Complexity:
Sprint Focus:

Description

As we have an rsaauth library now and a service for salted passwords it would make sense to:

1. store the install tool password as salted password instead of md5
this makes it harder for people having read access to localconf.php to use md5 digest for password cracking

2. use RSA for login and password changes so the password or it's md5 sum never gets transmitted directly over the line

3. Add a way to set a new install password without transmitting its md5 value in any direction over the line (so not even display the md5 sum to the admin user going to set the install tool password)

All those issues get solved by the attached patch.
It is hard to separate password salting and RSA from each other, so theres no way to have two patches for each feature ...

greets,
Bernhard

(issue imported from #M13754)


Files


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Feature #21423: Install Tool Password gets transmitted plain textRejected2009-11-02

Actions
Related to TYPO3 Core - Feature #50613: Use salted Install Tool passwordClosedNicole Cordes2013-08-01

Actions
Actions

Also available in: Atom PDF