this post was submitted on 27 Mar 2026
289 points (96.5% liked)

Technology

83126 readers
4079 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] clay_pidgin@sh.itjust.works 2 points 1 day ago (1 children)

It's convenient, but not much moreso than keeping the encrypted file in your google drive or whatever and pulling it down once in a while.

[–] nutsack@lemmy.dbzer0.com 6 points 1 day ago* (last edited 1 day ago) (1 children)

I've tried storing encrypted blobs including a keepass database on Google drive and I always end up with hundreds of conflict copies

[–] FauxLiving@lemmy.world 2 points 1 day ago (1 children)

Put the keepass database in a folder and use syncthing to sync that folder.

I just run syncthing on every device that needs my password and they all always have an up to date copy of the database.

[–] clay_pidgin@sh.itjust.works 1 points 1 day ago (1 children)

What do you use to encrypt the files to begin with? For apps that don't have an encrypted backup option built in.

[–] FauxLiving@lemmy.world 3 points 1 day ago (1 children)

Keepass encrypts the database with AES-256 by default so there is already a layer of encryption protecting your passwords.

If you use keepass and want to use a third party service to store your files there's a way to setup an untrusted mirror which will encrypt the files before sending it to that client. That way you still have your files elsewhere (often on a VPS, seedbox or other host) but that host doesn't have the unencrypted sync folder just in case you decide to put non-encrypted files in there too.

[–] clay_pidgin@sh.itjust.works 1 points 23 hours ago (1 children)

That's very helpful information, thank you! I'm using bitwarden but looking into switching.

[–] FauxLiving@lemmy.world 2 points 8 hours ago (1 children)

If you use keepass*

I mean if you use syncthing.

Syncthing is what has the ability to set untrusted hosts. You set a password and the files are encrypted with that password before sending it to the untrusted computer.

[–] clay_pidgin@sh.itjust.works 1 points 7 hours ago

Excellent, thank you! Looking into it.