- firefox_password_dump helps you dump firefox decrypted passwords into a CSV file
- sync_ff_chrome_profiles one way sync from firefox passwords into chrome. Shouldn't be hard to write a tool that does the opposite. 2 ways sync is harder as firefox doesn't seem to keep timestamps. Read the limitations section !
I plan to keep Firefox as my main password storage, and chromium will be synced that way.
Tested with firefox 3.5, chromium 4.0 on Ubuntu Linux. Credits to fz-corp.net for the initial Windows Firefox password dump
Was fun. Long time I hadn't written C :)
Note: the code I wrote is far from being pretty...
Update: of course, one can use the inbuilt Import saved passwords option (Options / Personnal Stuff / Import data, but you can tune this piece of code to do what you really want. E.g. try to sync both ways, import from a non default profile, filter out duplicates, etc... And for the curious, Chrome's import code is here and here
No comments:
Post a Comment