this post was submitted on 31 Mar 2025
54 points (87.5% liked)
Open Source
35430 readers
444 users here now
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
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.