How do you handle your passwords?

I rely on Bitwarden (slooowly migrating from… a spreadsheet…) and am thinking of keeping a master backup to be SyncThing-synchronized across all my devices, but I’m not sure of how to secure the SyncThing-synchronized files’ local access if any one of my Windows or Android units got stolen and somehow cracked into or something. I’m curious about how others handle theirs. Thanks in advance for sharing!

pol5xc,

Pass on Linux with a private git repo with search extensions for gnome and Firefox, and android password store on my phone.

ILikeBoobies,

Reset every time I need to log in

Manalith,

I was using Bitwarden up until I moved my email service to Proton. Now, I just use all their things, but I didn’t have any issues with Bitwarden personal. I do have some issues with their organization accounts though.

Dymonika,

I do have some issues with their organization accounts though.

Like what?

Manalith,

Just management things, they don’t do nested permissions, removed the ability to have groups auto added to collections and the desktop app has been broken for creating new entries in an organization because it can’t for some reason it can’t see collections, but that’s something that broke in an update and they just haven’t fixed for a few versions.

zarenki,

For years I’ve been using KeepassXC on desktop and Keepass2Android on mobile. Rather than sync the kdbx file between my devices, I have each device access it through the network. Either via sftp, smb, or nfs, but regardless I need to connect to my home’s VPN to access it when away from home since I don’t directly expose those things to the outside world.

I used to also keep a second copy of the website-tied passwords in Firefox Sync, but recently tried migrating that to Proton Pass because I thought the PIN feature might help, then ultimately decided to move away from that too and start using the KeepassXC-Browser plugin instead. I considered Bitwarden too but haven’t tried it out yet, was somewhat deterred by seeing people say its UI seems very outdated.

LucidBoi,

Is syncing the .kbdx files using Syncthing unsafe?

not_amm,

Syncing files that you may open in both (or more) devices at the same time is unsafe with any service, but you can manage to avoid sync conflicts with KeePass if you do not open the same file at the same time or open the Android app in read-only mode. I’ve only had like 3-4 conflict files this year and they weren’t important.

chebra,
@chebra@mstdn.io avatar

@not_amm And I think Keepass (XC) has a merge function which can very easily resolve these conflicts.

LucidBoi,

Do the files pass through their servers unprotected? I don’t really understand how Syncthing works under the hood.

hedgehog,

From docs.syncthing.net/users/faq.html#what-is-syncthi… (bolding mine)

We believe your data is your data alone and you deserve to choose where it is stored. Therefore Syncthing does not upload your data to the cloud but exchanges your data across your machines as soon as they are online at the same time.

JakenVeina,

KeePass on my phone and desktop, with the master file sync’d automatically to the server in my basement.

ChallengeApathy,

Proton Pass. If you’re comfortable with cloud E2EE managers, it’s far more worth it than Bitwarden, since you get unlimited email aliases. Better for privacy and even security. Plus, I trust Proton, they have a phenomenal track record in terms of security and encryption.

Dymonika,

they have a phenomenal track record in terms of security

I read that they have bowed to email subpoenas in the past.

ChallengeApathy,

Every company would. They’re not going to go out of business over one customer. What’s important is that they weren’t able to give any important information.

tiny,

Bitwarden keeps a local copy of the data that can exported if something ever happened to bitwarden. If you want to keep an encrypted backup you can export the CSV and store it on an encrypted drive as a backup but not big worry about syncing it to all devices

skilltheamps, (edited )

This is the correct answer, every device you use a bitwarden-client regularly on automatically becomes a backup

d3Xt3r,

if any one of my Windows or Android units got stolen and somehow cracked into or something.

This shouldn’t be a concern if you’re using disk encryption and secure passwords, which is generally the default behaviour on most systems these days.

On Android, you don’t need to worry about anything as long as you’ve got a pin/password configured, as disk encryption has been enabled by default for like a decade now.

On Windows, if you’re on the Pro/Enterprise edition, you can use Bitlocker, but if you’re on Home, you can use “device encryption” (which is like a lightweight Bitlocker) - but that requires a TPM chip and your Windows user account linked to a Microsoft account. If that is not an option, you could use VeraCrypt instead, which is an opensource disk encryption tool. Another option, if you’re on a laptop, could be Opal encryption (aka TCG Opal SED), assuming your drive/BIOS supports it.

TL;DR: Encrypt yo’ shit, and you don’t need to worry about your data if your device gets stolen.

bloodfart,

do not do anything in this post until you have backups that you know run and work.

device encryption is fantastic.

Dymonika,

I’m mortified to say I could certainly do more in this regard. Do you recommend a preferred method?

bloodfart,

What matters is that the backups are done at the appropriate intervals and verified to be readable.

You can figure out what interval is appropriate. Some people have to make sure every picture is saved, some people are fine losing a month of stuff.

Verifying the backup is valid equally important. You don’t wanna find out it was misconfigured and didn’t get your user directories when you try to restore. Just open one up and look to see every once in a while.

At least fifteen years ago you could set up windows backups through the control panel > backup or something menu. Now on 10 it’s settings > updates and security > backups.

You can click add drive from there and designate a usb or something as your backup drive.

Then set an alarm to make sure you remember to do it at the designated interval.

With android the easiest thing is to sync it to a computer that gets backed up.

You can use cloud services instead of a hard drive too, but often simple and easy to understand is the best place to start.

Do you know why it’s important to have backups before using full disc encryption?

Imprint9816,

Bitwarden has an import tool. You should be able to convert your spreadsheet into the format they like and import relatively easily.

For backups, you can create encrypted backups through bitwarden. So it shouldn’t matter if synching itself is a secure process as what your syncing is already encrypted.

Entertainmeonly,

I don’t really understand why passwords are so hard. Take two words that have meaning to you. Two number sequences that are important. Then lastly decide on two symbols. That’s eight different passwords if you use one of each in that order, more if you want to mix the order. Now set rules to each. One word for personal one for business. One number set for fun the other for essential. The symbols are rather arbitrary but I try and stick with one for passwords I’m forced to make the other for passwords and logins I’m wanting to make. Obviously make unique passwords for any important stuff like baking and such but with this method I can log into accounts over ten years old within the first two tries. Usually it’s the user name or tag that gives me the real trouble.

InputZero,

This might have been acceptable 20 years ago but it’s not a strong enough policy today. Data theft happens all the time and it’s in the interests of a company who’s security has been breached to not tell you that your data has been taken. You should assume that at anytime someone has several examples of your login credentials, not just one. You should use a password manager that isn’t Chrome, Firefox, Safari, ect.

Imprint9816,

Or just generate a random series of 5 words (through bitwarden) separated by the character of your choice and have a much better password that’s relatively easy to memorize.

Relevant xkcd

lud,

You entire system could be compromised quite quickly if someone figures out the pattern. It’s also susceptible to hybrid attacks.

unknowing8343,

Bitwarden already stores a local copy on all devices you have it installed. Just make sure you load up those devices from time to time… And guess what, you are probaly already doing that with your phone and laptop (which actually contains generally 2 copies, 1 on your actual client and another for the browser extension. Add a third device for good measure and… Oh, you also have a backup on bitwarden.com, this thing literally backups itself everywhere!

Jennykichu,
@Jennykichu@lemmy.dbzer0.com avatar

Bitwarden. I would like to self host it one day (and keep that backed up) once I learn more about all that junk

jjlinux,

Vaultwarden is super easy to set up anywhere (NAS, computer, Pi, etc). It’s as simple as firing a docker yaml, and you’re set.

Jennykichu,
@Jennykichu@lemmy.dbzer0.com avatar

I know what these words mean:

computer

These are the words I need to learn more about:

NAS pi firing docker yaml

Rai,

I have a Pi (raspberry pi computer) set up as a NAS (network attached storage) and I have zero clue what a yaml is or how Docker works.

jjlinux,

We’ve all been there at some point.

For when you do learn the definition of those terms:

noted.lol/vaultwarden/

fafff,

passwords.txt on a full-disk encryption HDD.

Dymonika,

What if the HDD catches on fire or the room gets flooded while you’re not home?

fafff,

I backup stuff both on a MicroSD and on web storage with duplicity. Hopefully that is enough!

CCRhode,
@CCRhode@lemmy.ml avatar

I’m agnostic about password managers, and I’m agnostic about sync’ing password repositories between devices. I believe there would be grave risks of losing access to my own repositories by misplacing their pass-phrases or bungling other kinds of authentication. I try not to put anything on portable devices that is super confidential. On the other hand, I restrict physical access to my desktop computer. I back it up continually, power it from an uninterruptible power supply, and run only a handful of server-side processes there. … so I feel safe … sort of.

I suppose it may seem heretical to members of this community, but I put all my passwords in a plain-text *.csv file on my desktop machine that I maintain with my own .

kevincox,
@kevincox@lemmy.ml avatar

I mostly just use Firefox Sync. For critical passwords or non-web passwords and other small keys I store them in pass.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • opensource@lemmy.ml
  • PowerRangers
  • magazineikmin
  • InstantRegret
  • hgfsjryuu7
  • Durango
  • Youngstown
  • slotface
  • everett
  • thenastyranch
  • rosin
  • kavyap
  • khanakhh
  • mdbf
  • DreamBathrooms
  • anitta
  • vwfavf
  • ethstaker
  • tacticalgear
  • cubers
  • ngwrru68w68
  • modclub
  • cisconetworking
  • osvaldo12
  • GTA5RPClips
  • normalnudes
  • tester
  • Leos
  • provamag3
  • All magazines