this post was submitted on 31 Mar 2025
49 points (100.0% liked)

Open Source

837 readers
36 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

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

top 28 comments
sorted by: hot top controversial new old
[–] fuzzy_feeling@programming.dev 41 points 1 week ago (1 children)

keepassxc is based in germany, as it seems.

https://keepassxc.org/team/

[–] endofline@lemmy.ca 14 points 1 week ago (1 children)

Keepassxc. I'm a little skeptical to hosted solutions

[–] SeekPie@lemm.ee 8 points 1 week ago (2 children)

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 4 points 1 week 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 :)

[–] alehel@lemmy.zip 0 points 1 week ago (1 children)

I think a lot of people are concerned about situations like this: https://www.bbc.com/news/technology-27191500

[–] easily3667@lemmus.org 2 points 1 week ago (1 children)

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 1 points 1 week 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.

[–] Blaze@lemm.ee 7 points 1 week ago

Feel free to crosspost to !buyeuropean@feddit.uk

[–] sith@lemmy.zip 6 points 1 week ago (2 children)

Don't know about the EU, but this is the only one you'll ever need.

https://www.passwordstore.org/

[–] easily3667@lemmus.org 9 points 1 week ago (1 children)

What if you don't hate yourself?

[–] sith@lemmy.zip 2 points 1 week ago (1 children)

If you don't use pass, you should probably hate yourself.

[–] easily3667@lemmus.org 1 points 1 week ago (1 children)

Have you tried running that on your Android?

[–] BaconIsAVeg@lemmy.ml 2 points 1 week ago (1 children)

Why would you carry around your secure password vault in your pocket? #thatsjustdumb

[–] easily3667@lemmus.org 2 points 1 week ago

Because it's encrypted and still secure, and it turns out I need my passwords on my pocket computer as much as I need my passwords on my desktop.

[–] oni@lemm.ee 1 points 1 week ago

I tried it for some months but eventually switched to keepassXC

[–] oni@lemm.ee 5 points 1 week ago

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

[–] Slupiec@lemmy.zip 4 points 1 week ago (4 children)

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

[–] brisk@aussie.zone 8 points 1 week 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

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

[–] fuzzy_feeling@programming.dev 3 points 1 week 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

[–] easily3667@lemmus.org 2 points 1 week 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.

[–] Slupiec@lemmy.zip 3 points 1 week ago

https://heylogin.app/pair Found this one and it is very simple to use and sync between pc and android. German made.

[–] 6R1MR34P3R@lemmy.ml 3 points 1 week ago

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

[–] Bogus007@lemm.ee 1 points 5 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.

[–] chaoticnumber@lemmy.dbzer0.com 1 points 1 week ago (1 children)

If you ever want to self host ... psono is always an option, but it has a hairy setup.

[–] oni@lemm.ee 5 points 1 week ago

if you ever want to self host ... vaultwarden is the opensource version of bitwarden