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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: keys - a password manager for hackers

2 点作者 arete将近 12 年前

2 条评论

bhauer将近 12 年前
Anything by Will Glozer requires an upvote in my book.<p>Plus, as a private, installable, client-server solution, this is genuine progress toward solving the problem posted by a recent Ask HN question: &quot;How does your business manage passwords?&quot; [1]<p>[1] <a href="https://news.ycombinator.com/item?id=6061415" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6061415</a>
arete将近 12 年前
keys (<a href="https://github.com/wg/keys" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;wg&#x2F;keys</a>) is the password manager I&#x27;ve always wanted. It&#x27;s a client&#x2F;server application with a command line UI, and the server can run on a mobile device so your credentials are available wherever needed.<p>keys is open source (GPLv3) and includes a basic Android app that runs the server. The code should run on iOS as well, but the lack of background networking is an issue.<p>keys provides strong protection for credentials. For details please read SECURITY, but to summarize everything is encrypted with AES in GCM mode using a randomly generated key, which in turn is encrypted with with a key derived from a password via the scrypt KDF. Network communication occurs over mutually authenticated TLS 1.2 connections.<p>If you&#x27;d like to try the Android app without the hassle of building it yourself, please join <a href="https://groups.google.com/forum/#!forum/keys-app" rel="nofollow">https:&#x2F;&#x2F;groups.google.com&#x2F;forum&#x2F;#!forum&#x2F;keys-app</a> and I&#x27;ll send you a Play store beta test link.<p>Enjoy!