TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Password manager with user-defined cloud storage

11 点作者 BinaryBird超过 2 年前
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?

9 条评论

jrib超过 2 年前
I do not personally use it, but I think keepassxc is one to consider given your needs:<p>1. <a href="https:&#x2F;&#x2F;keepassxc.org&#x2F;docs&#x2F;#faq-cloudsync" rel="nofollow">https:&#x2F;&#x2F;keepassxc.org&#x2F;docs&#x2F;#faq-cloudsync</a><p>2. <a href="https:&#x2F;&#x2F;keepassxc.org&#x2F;docs&#x2F;#faq-platform-mobile" rel="nofollow">https:&#x2F;&#x2F;keepassxc.org&#x2F;docs&#x2F;#faq-platform-mobile</a>
评论 #34145712 未加载
bityard超过 2 年前
KeepassXC with Nextcloud or Syncthing.<p>Or bitwarden plus the self-hosted server bit.
pwg超过 2 年前
This one works from local files (no native cloud storage): <a href="https:&#x2F;&#x2F;www.pwsafe.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.pwsafe.org&#x2F;</a><p>If the local directory it uses is mapped (via appropriate means) to one of the above cloud providers (i.e., a &quot;dropbox&quot; style mapping) then the local encrypted file is also stored &quot;in the cloud&quot;.<p>Note also you could simply setup &quot;backup into cloud&quot; of the local file and achieve a similar result.<p>Here you will find a long list of compatible other variants: <a href="https:&#x2F;&#x2F;www.pwsafe.org&#x2F;relatedprojects.shtml" rel="nofollow">https:&#x2F;&#x2F;www.pwsafe.org&#x2F;relatedprojects.shtml</a> some of which are for multi-platform and&#x2F;or multi-device support.
lormayna超过 2 年前
You can self-host Bitwarden, export the encrpyted content via cronjob (<a href="https:&#x2F;&#x2F;bitwarden.com&#x2F;help&#x2F;cli&#x2F;#export" rel="nofollow">https:&#x2F;&#x2F;bitwarden.com&#x2F;help&#x2F;cli&#x2F;#export</a>) and then copy to the cloud file storage that you like the most.
tcmb超过 2 年前
<a href="https:&#x2F;&#x2F;www.enpass.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.enpass.io&#x2F;</a>
barbazoo超过 2 年前
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&#x27;m not only thinking of myself but also my family. KeePass is not user friendly the way 1Pass is and that&#x27;s very important.
评论 #34145121 未加载
jaredsohn超过 2 年前
<a href="https:&#x2F;&#x2F;www.passwordstore.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.passwordstore.org&#x2F;</a> just creates&#x2F;uses gpg files to local disk, which you can push to git or sync with a cloud service
LinuxBender超过 2 年前
Here [1] is a related discussion with some more suggestions.<p>[1] - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34137643" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34137643</a>
jqpabc123超过 2 年前
A text editor and aescrypt are the basics you need to roll your own.<p><a href="https:&#x2F;&#x2F;www.aescrypt.com" rel="nofollow">https:&#x2F;&#x2F;www.aescrypt.com</a>