Kunzisoft / KeePassDX

Lightweight vault and password manager for Android, KeePassDX allows editing encrypted data in a single file in KeePass format and fill in the forms in a secure way.
https://www.keepassdx.com/
GNU General Public License v3.0
4.55k stars 269 forks source link

KeePassDX and rclone? #1726

Closed ghost closed 9 months ago

ghost commented 9 months ago

Is your feature request related to a problem? Please describe. None.

Describe the solution you'd like What I describe here is a form of backup and synchronization, to prevent me from losing my Android passwords if I am stolen or my cell phone has a virus. Would it be possible to use KeePassDX with rclone and thus have a bank of passwords in different places: google-drive, dropbox, meganzco, trezorit etc?

Describe alternatives you've considered

Additional context

exstntlmsnthrp commented 9 months ago

@nichdemos You may consider using keepassdx and syncthing together. This is what I do for similar reasons you describe.

I also use keepassXC on my computer as it can read the keepassdx database files. So I have syncthing on my phone, my laptop, desktop PC, and my NAS and they all sync an encrypted, updated copy of my keepassdx database. I have keepassxc on both my laptop and desktop to access passwords there when needed. If my phone or laptop are ever stolen or get malware or die, I still have access to all my passwords. Also, this way I'm not reliant upon a third party SaaS for my password manager.

ghost commented 9 months ago

Hi @exstntlmsnthrp, how are you? thanks for comment here!

Also, this way I'm not reliant upon a third party SaaS for my password manager.

I understand that we shouldn't depend on SaaS, but I don't have the money.

What do you think of this idea: rclone to password managers?

exstntlmsnthrp commented 9 months ago

Hi @exstntlmsnthrp, how are you? thanks for comment here!

Also, this way I'm not reliant upon a third party SaaS for my password manager.

I understand that we shouldn't depend on SaaS, but I don't have the money.

What do you think of this idea: rclone to password managers?

This is why I made the recommendation. It does not cost anything. It's open source and free. For what you inquire about, I would recommend syncthing and not rclone. It's much easier.

ghost commented 9 months ago

Hi @exstntlmsnthrp, how are you?

This is why I made the recommendation. It does not cost anything. It's open source and free. For what you inquire about, I would recommend syncthing and not rclone. It's much easier.

thanks! thanks for comment!