Closed
Bug 355538
Opened 18 years ago
Closed 17 years ago
Firefox doesn't migrate passwords from Internet Explorer (IE) 7.0
Categories
(Firefox :: Migration, defect)
Tracking
()
VERIFIED
WONTFIX
Firefox 3 beta1
People
(Reporter: JasnaPaka, Assigned: jimm)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20061005 Minefield/3.0a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20061005 Minefield/3.0a1
Latest Firefox 2.0 Branch, clean profile.
Reproducible: Always
Steps to Reproduce:
1. In IE 7.0 RC1 visit http://bugzilla.mozilla.org/, login to Bugzilla and confirm that you want to save password. Next close IE.
2. Start Firefox, in main menu choose File -> Import and try to do import.
3. Passwords don't import.
In Error Console:
Error: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIStringBundle.GetStringFromName]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: XStringBundle :: getString :: line 17" data: no]
Source File: XStringBundle
Line: 17
Comment 1•18 years ago
|
||
Does not work in IE 7 release. Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.2) Gecko/20070208 Firefox/2.0.0.2
No chrome package registered for chrome://navigator/locale/navigator.properties .
No chrome package registered for chrome://navigator-region/locale/region.properties .
No chrome package registered for chrome://communicator-region/locale/region.properties .
is what I get in the error console.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•18 years ago
|
Summary: Firefox 2.0 doesn't migrate passwords from Internet Explorer 7.0 RC1 → Firefox 2.0 doesn't migrate passwords from Internet Explorer 7.0
Updated•18 years ago
|
Flags: blocking1.8.1.3?
Updated•18 years ago
|
Summary: Firefox 2.0 doesn't migrate passwords from Internet Explorer 7.0 → Firefox 2.0 doesn't migrate passwords from Internet Explorer (IE) 7.0
Comment 2•18 years ago
|
||
Not blocking the release, but would be nice should someone fix it. Would need a baked trunk fix first.
Flags: wanted1.8.1.x+
Flags: blocking1.8.1.4?
Flags: blocking-firefox3?
Updated•18 years ago
|
Blocks: iemigratewin
Updated•17 years ago
|
Flags: blocking-firefox3? → blocking-firefox3+
Updated•17 years ago
|
Target Milestone: --- → Firefox 3 beta1
FYI: Passwords will not migrate from IE 6 to Minefield 2007070604 (latest nightly).
Updated•17 years ago
|
Target Milestone: Firefox 3 M7 → Firefox 3 M8
Comment 5•17 years ago
|
||
IE7 Migration -> jmathies
Assignee: nobody → jmathies
Target Milestone: Firefox 3 M8 → Firefox 3 M9
Assignee | ||
Comment 6•17 years ago
|
||
IE7 now stores it's password and form filling data in the DPAPI (Data Protection Application Programming Interface) and uses the URL of the page the form was located on as the encryption key in protecting the password. The same process is used in form autofill information. Apparently the URL is then discarded, making it impossible to decrypt the data until the user revisits the page.
At this point I'm not seeing a way to address this, but I'm just getting into the research of it. Will post back with what I find.
Assignee | ||
Comment 7•17 years ago
|
||
Just a note, I still need to investigate any IE6 issues, which should be working using the older PStore methods, which was the original target of this bug.
Assignee | ||
Comment 8•17 years ago
|
||
Latest nightly with IE6 - passwords imported. (re: comment #4).
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 9•17 years ago
|
||
Here are some references -
Recovering Internet Explorer 7 Passwords
http://www.passcape.com/recovering_ie7_passwords.htm
IE PassView methodology
http://www.nirsoft.net/utils/internet_explorer_password.html
Updated•17 years ago
|
Summary: Firefox 2.0 doesn't migrate passwords from Internet Explorer (IE) 7.0 → Firefox doesn't migrate passwords from Internet Explorer (IE) 7.0
Comment 11•17 years ago
|
||
Are there any follow up bugs on removing the items Firefox cannot import from the File -> import dialog?
Assignee | ||
Comment 12•17 years ago
|
||
Added - bug 399206.
Updated•17 years ago
|
Resolution: INVALID → WONTFIX
Comment 13•17 years ago
|
||
not going to fix on 1.8 branch if there's no plan to fix in future versions.
Flags: wanted1.8.1.x+ → wanted1.8.1.x-
Comment 15•16 years ago
|
||
I believe this should be documented somewhere official. It's better to point to SUMO for support questions. Please also see bug 399206.
Keywords: user-doc-needed
Reporter | ||
Comment 16•16 years ago
|
||
(In reply to comment #15)
> I believe this should be documented somewhere official. It's better to point to
> SUMO for support questions. Please also see bug 399206.
http://support.mozilla.com/en-US/kb/Importing+bookmarks+and+other+data+from+Internet+Explorer
"Note that you cannot import passwords from Internet Explorer 7 or higher as passwords in Internet Explorer 7 are saved in a new format that is nearly impossible for external programs to extract data from."
Comment 17•16 years ago
|
||
Ok, moving it over to bug 381459 which is the tracking bug for all the issues.
Keywords: user-doc-needed
Assignee | ||
Comment 18•15 years ago
|
||
Google did something interesting with this, they do real-time lookups into the ie store as users visit sites (the uri is a decryption key) and migrate if data is found and decrypted successfully. If the overhead isn't too bad (maybe we can get a copy of the site list to key off of?) we might try something like this. It doesn't fit with our current all-or-nothing approach, but if users find it useful we might consider it.
Assignee | ||
Comment 19•15 years ago
|
||
filed bug 538654
You need to log in
before you can comment on or make changes to this bug.
Description
•