▲ | drnick1 3 days ago | ||||||||||||||||||||||
This is interesting for CLI lovers, but I feel KeepassXC on desktop + KeepassDX on Android (with the password DB stored on my own machine and accessed remotely via Wireguard) is a better solution for normies. | |||||||||||||||||||||||
▲ | 4k93n2 3 days ago | parent | next [-] | ||||||||||||||||||||||
keepass has a very underrated feature i never see much talk about where you can have multiple vaults and have them open and search both at the same time (or at least the two apps you mentioned support that anyway). most password managers are based around the idea of one single vault which creates the problem of having to treat every password like it needs the maximum amount of security. in my own case i would guess maybe 70% of my passwords are for unimportant sites where it wouldnt be a huge issue if someone else got the credentials, but every time i need to log into one of those sites i need to enter my long master password. with keepass i can put that 70% into a separate vault and use a shorter master password that is quicker to type, and i dont need to worry as much if im opening that vault on a computer where i might not be sure its completely secure | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | laszlojamf 3 days ago | parent | prev | next [-] | ||||||||||||||||||||||
"Normies"? Everything is relative, I guess. I use 1Password and just hope for the best. | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | elevation 3 days ago | parent | prev | next [-] | ||||||||||||||||||||||
Don't forget keepassxc.cli, which allows you to programmatically set and retrieve secrets. The interface is significantly more user friendly arcane. I used it when I needed to build an encrypted secrets bundle (so that one long password could temporarily unlock some API keys required for a disaster-recovery situation.) I was able to generate a single file plus a "Makefile" to unlock it and pass the keys into the appropriate environments. I had attempted to use GNU `pass' first, but sadly, it requires me to manage gnupg, which is a well known minefield of poor default options, and assumes it should be integrated into your shell by storing things in your user profile directory (instead of using the directory relative to where you call it.) This jeopardized my copy-one-file workflow, so despite its ubiquity I had to abandon it. | |||||||||||||||||||||||
▲ | mid-kid 3 days ago | parent | prev | next [-] | ||||||||||||||||||||||
The only use case of mine that's not solved by keepass is creating passwords on two separate machines without a direct connection, and merging them later. | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | hyperpl 3 days ago | parent | prev | next [-] | ||||||||||||||||||||||
Any particular reason for remote access via wg and not via syncthing? I'm also curious how you access it via wg on Android? | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | 6ak74rfy 3 days ago | parent | prev | next [-] | ||||||||||||||||||||||
I would love to use KeepassXC but it doesn't make it easy to share credentials with the wife. I _could_ use a dedicated vault, but we'll then need to cut-paste things for sharing existing credentials. So, for now, I've settled on Vaultwarden and it has been surprisingly stable so far. | |||||||||||||||||||||||
▲ | shikaan 3 days ago | parent | prev | next [-] | ||||||||||||||||||||||
Shameless plug. I built a tool[1] to manage Keepass archives in the terminal which might scratch some of the itches I am reading here: it has a TUI, but can be piped into other commands too. | |||||||||||||||||||||||
▲ | PhilipRoman 3 days ago | parent | prev | next [-] | ||||||||||||||||||||||
FYI for desktop there is a "passmenu" script that you can bind to a key in your DE/WM. | |||||||||||||||||||||||
▲ | InMice 3 days ago | parent | prev [-] | ||||||||||||||||||||||
Im thinking of trying this, I just used local files until now with keepass. in my case a synology nas to hold the file, a two bay equipped with 2.5" ssd that i already use for notes, music, and other stuff + wg |