keepassxc is based in germany, as it seems.
Open Source
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
Here's a guide for it: https://www.privacyguides.org/articles/2025/03/18/installing-keepassxc-and-yubikey/
it's not that complicated.
Keepassxc. I'm a little skeptical to hosted solutions
I know that Bitwarden is headquartered in California, but they do have Bitwarden.eu, which I would think is operating inside the EU?
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 :)
I think a lot of people are concerned about situations like this: https://www.bbc.com/news/technology-27191500
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
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.
Don't know about the EU, but this is the only one you'll ever need.
What if you don't hate yourself?
If you don't use pass, you should probably hate yourself.
Have you tried running that on your Android?
Why would you carry around your secure password vault in your pocket? #thatsjustdumb
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.
I tried it for some months but eventually switched to keepassXC
I'm not sure if european, but I love the combo keepass+nextcloud (self hosted)
I'm quite confused in those keepass names. They aren't from one ecosystem?
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.
keepassxc is for desktop and keepassdx is for android and ios(?)
there is also keepass 2 but that has some vulnerabilities, as i understand
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.
https://heylogin.app/pair Found this one and it is very simple to use and sync between pc and android. German made.
keepassxc for GUI for CLI/TUI I like gopass but you have many many options, just search
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.
If you ever want to self host ... psono is always an option, but it has a hairy setup.