Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

How do I copy all the website-username-password combinations stored by Firefox (to save as a backup somewhere else)

  • 7 ответов
  • 2 имеют эту проблему
  • 2 просмотра
  • Последний ответ от flapappy

more options

When I choose (T)ools/(O)ptions/(S)aved Passwords from the menu, I get a list of websites vs. usernames vs. passwords. I want to copy the entire list (in plaintext) to a backup machine. I can't do this because when multiple items are selected in the list, right-clicking brings up only a (C)opy Password option (which is also greyed out when more than 1 is selected). How can I copy everything--website-username-password--to somewhere else?

When I choose (T)ools/(O)ptions/(S)aved Passwords from the menu, I get a list of websites vs. usernames vs. passwords. I want to copy the entire list (in plaintext) to a backup machine. I can't do this because when multiple items are selected in the list, right-clicking brings up only a (C)opy Password option (which is also greyed out when more than 1 is selected). How can I copy everything--website-username-password--to somewhere else?

Все ответы (7)

more options

Sorry, Firefox doesn't have a feature for doing that.

See this: http://the-edmeister.com/firefox_info/Firefox_Passwords_Info.html

more options

Hi:

  The site that the above link leads to doesn't show anything... I guess, in a weird kind of way, that means that it can't be done?
  It seems like this might be a good idea for the Firefox developers to implement.  I'll suggest it, I think.
  Thanks for the response.
  Paul
more options

Try this, not sure if it will work or not :-P

Open your Profile folder

-> At the top of the Firefox window, click on the Firefox menu, go over to the Help menu (on Windows XP, click on the Help menu) and select Troubleshooting Information. The Troubleshooting Information tab will open.

-> Under the Application Basics section, click on Open Containing Folder. A window with your profile files will open.

-> At the top of the Firefox window, click on the Firefox button (File menu in Windows XP) and then click Exit.

Passwords

Your passwords are stored in two different files:

-> key3.db - This file stores your key database for your passwords. To transfer saved passwords, you must copy this file along with the following file.

-> signons.sqlite - Saved passwords.

After that see this: How To Open .db and .sqlite Files?

http://techie-buzz.com/how-to/how-to-open-db-files.html

Check and tell if its working.

more options

This was a great idea! The signons.sqlite file is the sqlite database and can be read with the sqlite browser in the link you supplied. The website list is there just fine, in cleartext, but the username and password are encrypted (the appear as a long string of ASCII characters). I couldn't figure out how to use the keys3.db file (which is a binary file) in concert with the signons.sqlite to decode the username/passwords.

Does anyone have any more info on how to do this? Just getting a list of the websites is great, though!

Paul

more options
more options

To help other users find solutions, please return to this Thread and Sign-in to the forum with your Username and Password:

click on "Solved It" next to the reply ABOVE that BEST solved your question

DO NOT click "Solved It" next to this reply

more options

Thanks to everyone for their suggestions!

It turns out that there's an add-0n that exactly matched what I was looking for: Password Exporter 1.2.1. It dumps the URLs, usernames and passwords into an xml file that can be imported from another machine, or simply moved somewhere as a backup.

Thanks to everyone!