PasswordManagement: which one of these options would you choose?

captain_obvious@lemmy.wtf to Selfhosted@lemmy.world – 79 points –

Objective: Secure & private password management, prevent anyone from stealing your passwords.

Option 1: Store Keepass PW file in personal cloud service like OneDrive/GoogleDrive/etc , download file, use KeepassXC to Open

Option 2: Use ProtonPass or similar solution like Bitwarden

Option 3: Host a solution like Vaultwarden

Which would do you choose? Are there more options ? Assume strong masterpassword and strong technical skills

107

You are viewing a single comment

I have a set up like this (age, passage, & git). Bitwarden's browser integration works just fine, for the most part. The thing is, some of my passwords are not browser-based, and I spend large amounts of time in the terminal. Using a CLI-tool in this case lets me save a bit of time

Bitwarden has a cli tool which I find pretty useful. Together with jq you can even pipe the password or store it to a variable.

Ah I didn't know that! Thanks, will be checking it out for sure