vote up 3 vote down star
1

Hi,

I just installed google chrome and realized that there was an option to migrate all my passwords from firefox. Surprisingly it actually did migrate all of my passwords seamlessly.

So here's my question: if chrome can do it, why couldn't any other application? What are the ways I could protect my passwords file not to be accessible by anyone and how effective will the solution be?

Thank you

Update: I know about master password, but wondering if that will protect my data, even if application has access to the encryption key + what is the strength of such protection.

flag

closed as not programming related by EBGreen, Martin, Paul Tomblin, Jason Punyon, 17 of 26 Mar 19 at 16:02

5 Answers

vote up 2 vote down

Firefox passwords are secured using a master password (if you set one). Firefox uses the master password in some way to encrypt your other passwords. I'm not sure exactly the method - it probably just XORs them or something (which is actually perfectly fine security).

If you don't have a master password, then yes your passwords are completely cleartext to anything that runs locally. If you did set a master password, then any other local application (e.g. Chrome) can retrieve your passwords if and only if you give it your Firefox master password.

link|flag
XOR-ing a repeated key against text isn't "perfectly fine security" by any means. – Tom Ritter Mar 19 at 16:02
Well OK, I suppose to have theoretically maximal security your master password would need to be as long as all of your other passwords combined, but as long as you choose a good, reasonably long master password it's good enough for protecting anything you'd store in firefox. – Tyler McHenry Mar 19 at 16:13
I have my children stored in there. – EBGreen Mar 19 at 16:17
I think that's a great feature, and it always asks for master password before showing the passwords if you have set one. – Michał Piaskowski Apr 9 at 21:11
vote up 2 vote down

No, it's not insecure as such, because a program that can access arbitrary files on your PC has already got past all your security and could do just about anything it wanted to - install key loggers, delete files, and so on. The master password in FF just stops other people using your computer from seeing and possibly using your passwords, although if you've entered the master password you're still insecure from "over-the-shoulder" attacks.

Skizz

link|flag
vote up 1 vote down

You can set a 'Master Password' in Firefox (Options > Security) that is required to decrypt them (you'd typically enter it when launching Firefox, AFAIK)

The default behaviour of Firefox is worringly lax. Anyone who sits at your machine can very easily see all your saved usernames and passwords (Options > Security > Saved Passwords > Show Passwords).

link|flag
scary. is this filed as a bug in Firefox's Bugzilla? – Jason S Mar 19 at 15:58
I think passwords for websites would be the least of your worries. If someone is sat at your computer that would maliciously obtain passwords, there's a whole lot more they can do. Broswe cookies, view cache, format disk, open any file and so on. This is not a bug! – Skizz Mar 19 at 16:52
I agree that it's not a bug, but it's made far too easy. – frou Mar 20 at 12:10
vote up 0 vote down

Did you set master password in Firefox? I always thought that Firefox will use it to encrypt the stored passwords when it's set.

link|flag
vote up 0 vote down

In firefox, you can secure your passwords with a master password. This is under the Security tab of the Options dialog. I'm not sure what this will do to Chromes password import functionality (they may ask you for your master password), but it should secure them nonetheless.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.