Thunderbird Recover Email Password

Published on January 19, 2011, by in linux, osx, windows.



How do I recover saved passwords from Thunderbird?

Finding saved email passwords in Thunderbird is as easy as going to the Security portion of the settings:

Tools -> Options (Windows) | Edit -> Preferences (Linux) | Thunderbird -> Preferences (OS X) ->

Security > Passwords > Saved Passwords

There you are given an option to reveal email passwords. Eek!

tb_sqlite3




Thunderbird stores account passwords in a database table with the text encrypted all inside your Thunderbird profile directory.

If you are curious, you can use SQLite Database Browser (Mac / Win / Linux) to open the database file which contains the login text.

Navigate to and open the signons.sqlite file located in your Thunderbird profile directory and it will contain a table moz_logins. Your base64 encrypted username and passwords are there.


tb_sqlite1

tb_sqlite2






Note: You can set a Master Password for Thunderbird for added security. I highly suggest this!





PS: There is an excellent Windows freeware tool here as well for recovering Thunderbird passwords which can read any profile directory (Mac, Windows, Linux).



Related posts:

  1. Cron Only Email Errors
  2. Linux Security Notices
  3. SSH Key Pair to Login Without Password

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Notify me of followup comments via e-mail. You can also subscribe without commenting.

Home linux Thunderbird Recover Email Password
© Copyleft scottlinux.com CC BY-SA 3.0