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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: A-Pass – small little password manager

9 点作者 balu_大约 2 年前

1 comment

balu_大约 2 年前
None of the existing password managers filled my need, so i started to write my own (not the crypto ofcourse). Here it is :)<p>Why did I do it? I&#x27;m totaly dependend on my password managing software, all my passwords are generated by random so non of them are rememberable. During the last years I felt that my expectations and the traits of the password manager I was using grew appart. I dislike subscription based software (especialy if i might need it to extract&#x2F;recover my secrets out of an old file). I dislike Web-UIs in native Apps. So i was looking around but when I had an incident where a licensed password vault just forgot that it was licenced and denied access I had enough. I wanted something that had a UI but also a data format that enables recovery with very little tools. So thats what I started to create.<p>A-Pass saves its secrets as json content encrypted by age[1] (so no hasseling with gpg). No information is visible without decrypting the files (no names &#x2F; no urls). The file structure should be easy to sync, but its not implemented yet.<p>Looking forward to input &amp; comments :)<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;FiloSottile&#x2F;age">https:&#x2F;&#x2F;github.com&#x2F;FiloSottile&#x2F;age</a>