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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Passlane - A password manager CLI and webapp

2 点作者 anssip超过 2 年前

1 comment

anssip超过 2 年前
I originally wrote the CLI to learn Rust. It became a functional CLI tool for generating and managing passwords. Once I had the CLI working and usable, I wanted to have the passwords available also on my phone and on my iPad and I ended up creating an online vault with a web UI and an API.<p>The CLI can now use the online vault API for storing&#x2F;retrieving the password data. There is also a webapp that you can use to access the passwords using a web browser - I use that on my phone.<p>The passwords are stored AES 256 encrypted, and only decrypted in the client using your master password. The master password is never sent online.<p>The CLI is an open source in Github. It&#x27;s written in Rust: <a href="https:&#x2F;&#x2F;github.com&#x2F;anssip&#x2F;passlane" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;anssip&#x2F;passlane</a><p>Let me know what you think!