I want Firefox to "remember" my passwords so I don't have to type them in; unfortunately, the built-in password manager stores them in plain text, which is too high a security risk. I'd like to find a secure way for Firefox to do basically the same thing. Though I've heard good things about LastPass and other such services, I'm not too comfortable entrusting them with my data; any of those companies could suddenly change their terms, start charging, or just go under. I love the idea of KeeFox, but alas, it's not available for Linux. Any ideas?
|
You can encrypt and protect your Firefox passwords with a master password:
Then check:
Then set a master password. |
|||
|
|
|
I believe you are mistaken. When using the Password manager, Firefox does not store your passwords in clear text:
If you are concerned, you could enable encryption of your entire home directory as an added protection. |
|||
|
|
|
Depending what Desktop Environment you're using you could integrate Firefox with default password storage mechanism for this environment:
If you want integrate Firefox with KWallet you could use KDE Wallet password integration extension for Firefox. If you are GNOME user there is Gnome-keyring password integration extension (you need to modify it to install with newest Firefox version - instructions are in comments at the extension site). |
|||||||
|
|
You can also enable FIPS Mode. Enable it by: Preferences->Advanced->Encryption->Security Devices->Enable FIPS You must have a Master Password set on your password database for this to work, but these are the settings we put in place here at the security company where I work. If we store passwords in the browser, then these two steps must be taken in order for it to be acceptable security-wise to the company. For an explanation on FIPS 140-2, and why you'd want to do this: https://developer.mozilla.org/en/NSS/FIPS_Mode_-_an_explanation |
|||
|
|
|
I don't know why keefox isn't running in linux, i havent looked at it yet. I'm securing my important files with encfs and fuse, because it doesn't need a block or loop device and encrypts file by file. http://www.arg0.net/encfs |
|||
|
|
|
I'm not sure if such a hackery method is the best approach, but I think in case we see any other program show such a behavior, this will be a good idea to create a link to a named pipe (in case you use Unix-like) with the same name as the file and encrypt the other head of pipe. So each time a write is done it'll be encrypted and decrypted when reading. I think it could be handy at times, and I should say I haven't tested it yet (popped up into my mind suddenly). |
|||
|
|
|
Now there is addon KeeFox for Firefox for Linux. Need to install all the mono packages:
You need to download latest compatible with linux Version of KeePass FireFox Addon. You will need to install PassiFox for FireFox and KeePassHttp for KeePass in order to connect KeeFox and KeePass (That is strange but it is working). Configure KeeFox with directory to the KeePassRPC plugin.
and KeePass2 installation dir
|
||||
|
|
Edit->Preferences->Security->Passwords->Show passwords. That option is with Firefox 3.x and also with Firefox 4. – nozimica May 14 '11 at 6:58Show passwords- of course, you need to set first the master password. – jofel Mar 18 '12 at 19:01