发表时间:2009-02-22
最后修改:2009-02-22
Firefox把记住密码的网站的用户名密码存在哪里?
首先找到profile folder:
Operation System |
Profile folder location |
Windows NT (NT 4.x, 2000, XP, and Vista) |
"%APPDATA%\Mozilla\"
|
Unix/Linux |
~/.mozilla/ |
这里只列出了Windows和Linux的位置。
在%profile_folder%\Firefox\Profiles\%xxxxx%.default文件夹下,有一个Signon%version_number%.txt文件即存储了firefox为各个站点保存的密码。
比如在firefox3版本,有一个文件Signon3.txt文件。格式如下:
#2e
(list of domains for which passwords are never saved)
.
(site with a saved password)
(name of HTML user name field or blank for HTTP authentication)
(encrypted user name)
*(name of HTML password field or blank for HTTP authentication)
(encrypted password)
(the domain of the log in form)
(a filler line for future expansion, currently: '---')
.
(more entries like the one above)
|
举个例子:
#2e
https://www.linkedin.com
http://hozom.com
https://uat.starqa.com
.
http://www.yeeyan.com
data[User][email]
MEIEEPgAAAAAAAAAAAAAxdfsasdfaswcECCmdfUH/8bcR4BsdfsdAUlHMlpOV/B3EYfsdfsdsddaku9U=
*data[User][password]
MDoEEPgAAAAAAAAAAAsdfsdasdfYIKoZIhvcNAwcECPrKfdK4JpuSBBDcfadsfassdfsdFaKUk
http://www.yeeyan.com
---
.
http://www.douban.com
form_email
MEIEEPgAAAAAAfdaqwerfwqBBgthRUassBJCqTfYRBeW0fuQJ+Vx9ibwNo=
*form_password
MDoEEPgAAAAAAAAAfasdffqewNAwcECAfvKEd6Iyn5BBA4HddGiaZz/RixofasdfQfasd5
http://www.douban.com |
那IE7把密码存在哪里?
IE7把自动补全的信息存在注册表里。
HKEY_CURRENT_USER\Software\Microsoft\Internet
Explorer\IntelliForms\Storage2
只有当用户选择保存登录信息的时候,才会在注册表里创建相应的注册信息行。