Hi. Any suggestions for password managers which are made and mantain in UE? Share your opinions.

  • UnfortunateShort@lemmy.world
    link
    fedilink
    English
    arrow-up
    26
    arrow-down
    5
    ·
    3 months ago

    If you are talking about online services, Proton is a Swiss option and for what it’s worth, Bitwarden offers an EU instance. Both are freemium OSS. You could also self-host Bitwarden. If you are looking for offline options, there are plenty. KeePass2 comes to mind.

    • Slupiec@lemmy.zipOP
      link
      fedilink
      arrow-up
      8
      ·
      3 months ago

      Thanks. I’m looking something which can be used on android + windows. I was using Proton apps from years and I don’t like them anymore; there’s little I can do as free user. I’m testing KeePassDX, don’t know is it good.

  • SeekPie@lemm.ee
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    3 months ago

    I know that Bitwarden is headquartered in California, but they do have Bitwarden.eu, which I would think is operating inside the EU?

    • N0x0n@lemmy.ml
      link
      fedilink
      arrow-up
      6
      ·
      3 months ago

      Even better, self-host Vaultwarden !

      • Works everywhere (android, iOS, linux, windows, macOS…)
      • TOTP
      • Works without connection and if the instance is offline.
      • Add notes, customize URI…
      • password/username/passphrase generator

      A lot more to it :)

    • oni@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 months ago

      I tried it for some months but eventually switched to keepassXC

  • oni@lemm.ee
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 months ago

    I’m not sure if european, but I love the combo keepass+nextcloud (self hosted)

  • Slupiec@lemmy.zipOP
    link
    fedilink
    arrow-up
    3
    ·
    3 months ago

    I’m quite confused in those keepass names. They aren’t from one ecosystem?

    • fuzzy_feeling@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      3 months ago

      keepassxc is for desktop and keepassdx is for android and ios(?)

      there is also keepass 2 but that has some vulnerabilities, as i understand

      • helpImTrappedOnline@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        3 months ago

        Keepassdx is sadly not on ios.

        The only good one I’ve found is called strongbox. Free version works fine, but the pro version prices are insanity for something that is free everywhere else. I could get behind a lifetime buy of $10, but for $99 hell no. (Monthly sub is $3 or $25/year).

        Looking at the app store now, most of the keepass apps have some form of in app purchace.

        Only truly free one is call keepass touch, but frankly when I tired it, it sucked.

        • oni@lemm.ee
          link
          fedilink
          English
          arrow-up
          1
          ·
          3 months ago

          Keepassdx is sadly not on ios.

          The only good one I’ve found is called strongbox.

          what about keepassium? I’ve used strongbox’s free version and really liked it - only face ID support is missing from the free version. Keepassium has face ID support, but only for one keepass database.

          Now, I use Keepassium for my main password database and strongbox for all others. The master pw for the other databases is stored in the iOS local password store which of course supports face ID. So for me strongbox works with face ID, but with an extra step.

          • helpImTrappedOnline@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            3 months ago

            Thats a nice work around lol.

            I haven’t tried keepassium. My main device is an android, so the IOS search was brief and focused on ones that didn’t say “in-app purchases”.

  • 6R1M R34P3R@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 months ago

    keepassxc for GUI for CLI/TUI I like gopass but you have many many options, just search

  • Bogus007@lemm.ee
    link
    fedilink
    arrow-up
    1
    ·
    3 months ago

    You can set up your own MySQL instance with an encrypted database where you keep all passwords and joined information. Using any programming language you can either set up an app with a GUI yourself where you query your passwords or use queries directly in MySQL. I understand when you ask now for what all that hassle, but at least you have a bit more control of your data and there is not a potential company behind or a code fragment which may inform the company about any actions. BTW, you may learn some coding, so it can be fun too.