Open main menu

CDOT Wiki β

Changes

User:Rnesic

4 bytes added, 11:25, 31 January 2008
Convert password storage to a SQLite database
==Project==
=== [[Convert password storage to a SQLite database ]] ===
Currently, Firefox stores logins in a text file in the user's profile (signons2.txt). The format is simple, but inflexible. Storage of other browser data, such as cookies and form history, has steadily been moving towards using SQLite-backed databases so moving password storage to the same kind of storage would be good. Some work was started in [https://bugzilla.mozilla.org/show_bug.cgi?id=288040 bug 288040].
1
edit