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

      • easily3667@lemmus.org
        link
        fedilink
        English
        arrow-up
        5
        ·
        14 days ago

        Bitwarden doesn’t have access to your data. This isn’t an issue. This is just jingoism because the best way to fight an absurd nationalist asshole is more nationalism

        • nrbray@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          13 days ago

          agreed, if I didn’t trust the encryption, I would not use it. I am fine with bitwarden hosting my encrypted passwords, the store is accessible locally on each device, and I can self host with vaultwarden if bitwarden pull the free service. The features in bitwarden are good and sufficient, less awkward than alternatives I have tried.

          • easily3667@lemmus.org
            link
            fedilink
            English
            arrow-up
            3
            ·
            edit-2
            13 days ago

            If someone is going through that trouble the same is true of your communication. Someone could record comms from you to bitwarden, watch as the app does it’s database sync, and record it for later decryption. But the same is true of your KeePass unless you only sync by hand on a private network.

  • oni@lemm.ee
    link
    fedilink
    English
    arrow-up
    6
    ·
    13 days ago

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

    • brisk@aussie.zone
      link
      fedilink
      arrow-up
      8
      ·
      14 days ago

      In essence keepass is an open database format and a bunch of different software tools have been written to interact with it. You can quite happily share the same keepass database between different software, e.g. synced between desktop and mobile

    • MangoPenguin
      link
      fedilink
      English
      arrow-up
      4
      ·
      14 days ago

      There are multiple apps from various devs that all use the Keepass file format, so they are all compatible.

    • fuzzy_feeling@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      14 days 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
        14 days 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
          ·
          13 days 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
            ·
            13 days 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”.

    • easily3667@lemmus.org
      link
      fedilink
      English
      arrow-up
      2
      ·
      14 days ago

      The tldr is if you’re on windows, use keepass base. It has every feature anyone would want and plugins for the rest. It’s basically perfect.

      If you’re not on windows, keepass xc is great, but Id think of it as like keepass’ most used features, but less customizable and less absurdly complete.

      Android has several the one I use is from fdroid and it’s offline-only. Several out there have sync systems, but I use syncthing.

  • 6R1M R34P3R@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    13 days 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
    ·
    11 days 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.