this post was submitted on 20 Oct 2024
627 points (87.4% liked)
Technology
59378 readers
3617 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Goddammit. It's getting to the point I'm going to have to figure out how to write my own app for this.
It shouldn't even be that complex...
I might be mistaken, but ultimately a password manager is basically nothing more than a database of passwords in an encrypted zip file, right? That could entirely be self-hosted with off the shelf open source applications stringed together.
All you'd need is a nice UI stringing it all together.
Edit: I'm not sure why people are downvoting me. Is that not what a password manager essentially is?
Keepass is exactly that. Basically all the client side parts, and the database is a single encrypted file that you can sync however you want.