Need to recover account information from Thunderbird

by Volker Weber

It's the typical support case for friends and family. You want to help them set up a new computer, but they have kept no records (or out of date ones) of their accounts and passwords. In this case it's a mail account in Thunderbird.

On the Mac you just go to Keychain Access and type in your master password and it will reveal your stored passwords. But what do I do on a Windows machine with a Thunderbird mail client? This seems to be a shady part of the Internet I don't want to navigate. I hope somebody has a good recommendation for a trustworthy way to recover the password.

Can you help?

Comments

Preferences/Privacy/Passwords...
then "Edit Passwords" and "Show Passwords" or something like that

Peter Leugner, 2008-10-04 20:24

Thunderbird stores application data, folders, settings under the profiles folder, e.g. C:\Documents and Settings\Administrator\Application Data\Thunderbird

To migrate an account you just copy the folder to the new machine. It also contains the stored passwords.

To reveal the stored passwords in clear test, go into Tools, Options, Privacy, Edit saved passwords and just click on Show passwords.

Cheers,

Sascha.

Sascha Siekmann, 2008-10-04 20:45

this works as long as you don't have added a X.509 certificate. by installing such a cert, a master password is set up. No problem if the cert is actually protected with a password. If not:

http://www.thunderbird-mail.de/wiki/FAQ:Thunderbird_verlangt_nach_Master-Passwort%2C_obwohl_keines_vergeben_wurde

I know, I am not helpfull here, but: Avoid to take responsibility for anybody´s computer under all circumstances. Let them do it themselves, otherwise they will never honour your efforts. This is especially true with friends and family.

If you really, really, really have to do it, install a remote access for future use. You will be disinherited anyway, as you are simply the guilty party for everything that goes wrong, plus you will have to explain things over the phone at 4 am (or fill in your most detested time of the day here) for hours without end.

sorry for the offtopic. Anybody ever wondered WHY the BOFH has an evil personality? He used to help friends and family before. Bloody vanity on his part.

Armin Roth, 2008-10-04 21:10

offtopic: I recommend UltraVNC with MSRC4Plugin_NoReg and preshared key for the remote access. Works as a charm between my dad's machine and mine.

Gerald Schmidhuber, 2008-10-04 21:40

in cases like this i installed tcpdump and started the packet record before requesting new mail so i could read the password.
does not work with ecure config for sure, but if not give it a try ...


best regards from "downtown"

bernd meyer, 2008-10-05 00:26

The password in thunderbird is base64 encoded. Its easy to encode it via a simple script in any language witch can handle bas64 encoded data like python.

filehandle=file(passwordfile)
input=filehandle.read()
re = compile('~\w+=')
rawpassword=re.findall(input)
cryptpassword=rawpassword[0].lstrip('~')
password=base64.decodestring(cryptpassword)
print password

Offtopic continued (seems there is a need of talking about private computer support): Teamviewer works fine for me as a remote access solution (runs on OS X and Windows, free for personal use).

Thank you all. You saved the day.

Post a comment











Shall I remember this for you?




Use your full name and a working email address. Unless you want your comment to be removed. No kidding.



Ceci n'est pas un blog

vowe.net is a personal website published by Volker Weber a.k.a. vowe. I am an author, consultant and systems architect based in Darmstadt, Germany.

rss Click here to subscribe

Hello

About me
Contact
Publications
Certificates
Frequently asked questions

Twitter Updates

More >

Poll

Which BlackBerry could be your next one?

Getting poll results. Please wait...

Local time is 20:43

visitors.gif
116 visitors online

News

Other sources of news, imported into my own format to make them more accessible:

Heise Online
Schlagzeilen
Weather

Archives

As most of my articles roll off the front page rather quickly, I am making an archive of previous posts available here. You can also use the handy search box at the top of the page if you are looking for something particular.

Last 30 days
More archives

Got the T-shirt?

Got the T-shirt?
Are you buying from the US?

Systems Architecture

This site runs on an Apache web server on top of the Linux operating system. The content is managed with MovableType which is implemented in Perl. Last but not least the HTML code your browser sees is put together with PHP.

© 1992-2008 Volker Weber.
All Rights Reserved.

Impressum