4

Here is a question that I asked on "AskUbuntu" and I've been suggested to ask it here:

Searching for answers about ways to record Firefox passwords in Gnome Seahorse KeyringInstall me-tv vault,
I found severals possibilities:

  1. Firefox Gnome Keyring firefox addon
    from https://github.com/ in this answer and this answer

  2. Gnome keyring password integration firefox addon
    from https://addons.mozilla.org/en-US in this question

  3. Integration con Gnome Keyring firefox addon
    from https://addons.mozilla.org/fr
    seems to be the Spanish version of the previous bullet on the French server (humm weird)

  4. add this PPA in https://launchpad.net and install package called "mozilla-gnome-keyring"
    from this bugzilla

But now how can I know which solution is safe ?

Reading this answer, I understand that browser add-ons can easily be hacked,
so I bet that the 3 first solutions are not safe.
What about the solution with PPA in https://launchpad.net ?

Boris
  • 143
  • 1
  • 6

1 Answers1

4

The first one is open source, so anyone could look for backdoors in it -- including you. Of course, it's hard to say if it's actually safe without verifying it for yourself, but it's at least safer than the other two, where the source code is a secret. There's some evidence that other people are reviewing this code, and there's only a couple files, so in practice, I think this code is likely safe, but it really depends on your level of paranoia.

The PPA just has pre-built packages of the first addon. PPA's are not reviewed by Canonical, so you shouldn't assume that they're safe. You should only trust them as much as you trust the author (assuming you have some way of verifying the author is who they claim they are).

In other words:

  • The first one is the safest, but it's hard to say how safe it is without reading the source code yourself.
  • The PPA is only safe if you trust the source code and the author of the PPA.
Brendan Long
  • 2,878
  • 1
  • 19
  • 27
  • Thank you, but could you help me telling me which file exactly do I need to analyze to guess if it is safe, there is many files listed in [Firefox Gnome Keyring adde-on](https://github.com/infinity0/mozilla-gnome-keyring) – Boris Sep 14 '13 at 10:54
  • 2
    @Boris If you don't know which file to look at, you probably won't be able to tell if it's doing anything bad. – Brendan Long Sep 15 '13 at 20:24
  • OK, so I'll just way till Ubuntu and Firefox produce an integrated solution without add-on needed... – Boris Sep 16 '13 at 19:06