Project

General

Profile

Actions

Bug #22187

closed

rsaauth doesn't work with special characters (like ä ü ö § ) in password

Added by Christian Kuhn about 14 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-02-25
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

With enabled salted passwords (or maybe with rsaauth) a password containing a paragraph character (§) doesn't work.

How to reproduce:
- Use ext:saltedpassword and ext:rsaauth
- Add a BE or FE user with a § in it's password
- Try to login :)

Maybe other characters are affected, too?

We didn't dig into this until now, so this might be an issue in one of the two extensions or maybe a php bug or something?

(issue imported from #M13662)


Files

rfc13662.diff (3.63 KB) rfc13662.diff Administrator Admin, 2010-08-13 01:11

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #22323: [saltedpasswords] Enhance Unit Tests by testing passwords of various character classesClosedMarcus Krause2010-03-24

Actions
Related to TYPO3 Core - Bug #22328: wrong md5-hash of md5.js, frontend-, backend-loginClosed2010-03-25

Actions
Actions #1

Updated by Christian Kuhn about 14 years ago

Seems to be a character encoding issue in rsaauth

Actions #2

Updated by Steffen Müller about 14 years ago

Confirmed using saltedpassword, rsaauth with fe_user login on TYPO3 4.3 branch rev.7039

Actions #3

Updated by Marcus Krause about 14 years ago

confirmed

I assume it's caused by JS libs used for rsaauth. I'll add an according testcase for saltedpasswords first.

Actions #4

Updated by Tobias Liebig almost 14 years ago

seems that a newer version (V1.1) of the jsbn-lib supports non-ascii-chars (http://www-cs-students.stanford.edu/~tjw/jsbn/).
i'm going to test if this new release fixes our problem

Actions #5

Updated by Tobias Liebig almost 14 years ago

hmm.. currently can't reproduce it in a blank new installation (4.4trunk)

Actions #6

Updated by Steffen Ritter almost 14 years ago

I do

Actions #7

Updated by Steffen Ritter over 13 years ago

tobis hint solves it, sad that we did not look at it closely earlier...

Actions #8

Updated by Marcus Krause over 13 years ago

Attached patch that was send to the core mailing list by Steffen Ritter.

Actions #9

Updated by Christian Kuhn over 13 years ago

Committed to:
  • trunk rev. 8595
  • 4.4 rev. 8596
  • 4.3 rev. 8597
Actions #10

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF