Hi, very disappointed with Lastpass, and no longer trusting any cloud password manager, so what are the options for a paid or open source password manager that:<p>1) has multi-platform, multi-device support, and<p>2) has the ability to store encrypted password vaults in user-defined 3rd-party cloud file storage like Backblaze, Cloudflare, Google Cloud Storage, AWS S3 etc. much like how Arq Backup and other backup software allow user-defined 3rd-party cloud storage.<p>Got any suggestions or experience with using any such password managers?
I do not personally use it, but I think keepassxc is one to consider given your needs:<p>1. <a href="https://keepassxc.org/docs/#faq-cloudsync" rel="nofollow">https://keepassxc.org/docs/#faq-cloudsync</a><p>2. <a href="https://keepassxc.org/docs/#faq-platform-mobile" rel="nofollow">https://keepassxc.org/docs/#faq-platform-mobile</a>
This one works from local files (no native cloud storage): <a href="https://www.pwsafe.org/" rel="nofollow">https://www.pwsafe.org/</a><p>If the local directory it uses is mapped (via appropriate means) to one of the above cloud providers (i.e., a "dropbox" style mapping) then the local encrypted file is also stored "in the cloud".<p>Note also you could simply setup "backup into cloud" of the local file and achieve a similar result.<p>Here you will find a long list of compatible other variants: <a href="https://www.pwsafe.org/relatedprojects.shtml" rel="nofollow">https://www.pwsafe.org/relatedprojects.shtml</a> some of which are for multi-platform and/or multi-device support.
You can self-host Bitwarden, export the encrpyted content via cronjob (<a href="https://bitwarden.com/help/cli/#export" rel="nofollow">https://bitwarden.com/help/cli/#export</a>) and then copy to the cloud file storage that you like the most.
Is there any evidence that 1Password is just as bad as Lastpass or is there a chance that they do things right? Anyone with insight here?<p>I'm not only thinking of myself but also my family. KeePass is not user friendly the way 1Pass is and that's very important.
<a href="https://www.passwordstore.org/" rel="nofollow">https://www.passwordstore.org/</a> just creates/uses gpg files to local disk, which you can push to git or sync with a cloud service
Here [1] is a related discussion with some more suggestions.<p>[1] - <a href="https://news.ycombinator.com/item?id=34137643" rel="nofollow">https://news.ycombinator.com/item?id=34137643</a>
A text editor and aescrypt are the basics you need to roll your own.<p><a href="https://www.aescrypt.com" rel="nofollow">https://www.aescrypt.com</a>