Closed
Bug 237121
Opened 22 years ago
Closed 20 years ago
Master Password cannot contain characters larger than ASCII 127
Categories
(MailNews Core :: Security, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 252436
People
(Reporter: drangor, Assigned: sspitzer)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040310
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040310
Master passwords that contain characters larger than ASCII 127 (e.g. §, ß,
german umlauts ä,ö,ü, ...) can be set in the security preferences, but are not
accepted, when prompted for while signing mails, importing certificates, etc.
However, they are accepted, when changing the master password.
The largest character possible seems to be '~' (ASCII 126), '€' (ASCII 128) fails.
Reproducible: Always
Steps to Reproduce:
1. set master password to something that contains character > ASCII 127
2. send a signed mail or import a certificate
Actual Results:
the master password is not accepted, the dialog pops up again and again
| Reporter | ||
Comment 1•22 years ago
|
||
The problem occurs both in Mozilla Mail and in Mozilla Thunderbird, Windows and
Linux
| Reporter | ||
Comment 2•22 years ago
|
||
Ooops, ASCII doesn't contain characters beyond 127, of course. I meant ISO8859-1.
Comment 3•22 years ago
|
||
I am able to confirm this problem for the Mac OS X platform.
It seems to me the "change master password" dialog and the password prompt use
different character codings. For example, if you enter "§" (paragraph symbol) as
master password, you won't be able to pass the password prompt unless you enter
"§" which corresponds to the utf-8 twobyte representation of the paragraph symbol.
Comment 4•22 years ago
|
||
Maybe similar/same as bug 198185?
Man this one annoyed me today. I am so glad that the characters still work in
the "Change Password" window!
Confirming bug from comments and my own experience of the bug. :)
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•21 years ago
|
Product: MailNews → Core
Comment 5•20 years ago
|
||
*** This bug has been marked as a duplicate of 252436 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•18 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•