Was going to be my solution as well, bjt Syncthing-Android just got discontinued.
Comment on Concerns Raised Over Bitwarden Moving Further Away From Open-Source
ocassionallyaduck@lemmy.world 1 week ago
Keepass vault synced over syncthing.
I keep not regretting it.
cyberwolfie@lemmy.ml 1 week ago
ocassionallyaduck@lemmy.world 1 week ago
F-Droid syncthing-fork is still actively developed and had a patch in the last few weeks.
So hopefully this isn’t the end.
_edge@discuss.tchncs.de 1 week ago
What? I need syncthing-android, where is it going?
ocassionallyaduck@lemmy.world 1 week ago
F-Droid syncthing-fork is still actively developed and had a patch in the last few weeks.
_edge@discuss.tchncs.de 1 week ago
Good to know
Routhinator@startrek.website 1 week ago
I’ve always loved Keepass, however I moved away from it in 2012 as it any file based vault has brute forcing issues. You need to track every copy of it that has been made and if any copy falls out of your hands, like if you loose a device, you need to do a password rotation on 100% of your passwords. Since its a file, its not possible to prevent brute forcing.
ocassionallyaduck@lemmy.world 5 days ago
An online database is still a file ultimately. A SQL or other DB file stored in a webserver, accessed through a web interface.
Vaultwarden, etc, are the same, only the database file is less directly visible IMO. Keepass IMO is simple. The DB in a bespoke format, stored outside the application.
You could put the vault in system32 and name it “trustedinstaller.log”, and if someone saw you had keepass they wouldn’t even know where your vault is.
Given the number of well documented breaches of online password vaults, I would much rather do a private device to device sync via syncthing and keep it out of webservers.
Telodzrum@lemmy.world 1 week ago
everything’s a file
prosp3kt@lemmy.dbzer0.com 1 week ago
I was thinking the same. But, it is safe to share the password database like this?
ocassionallyaduck@lemmy.world 5 days ago
Syncthing is encrypted transfers.
The database is encrypted.
And you can set it to not use relays for data, only matchmaking between your own devices.
So it’s an encrypted file, encrypted again, and sent directly from an IP you own to an IP you own.
GhiLA@sh.itjust.works 1 week ago
Consider the possibility that someone could get your database.
It isn’t a safe. You can’t weld through the side of it and get in. You either make it ridiculous or impossible to get in.
Use something memorable, but insane.
My password is a three-line film quote with numbers in some of the places for letters.
Haikus work great. Memorable, complex. Wrote it yourself? Even better.
druidjaidan@lemmy.world 1 week ago
This is incredible Image
Right next to each other lol
Cris_Color@lemmy.world 1 week ago
Syncthing fork seems to still be under active development