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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Dead simple no storage password manager

2 点作者 sepisoad将近 5 年前

1 comment

mcpherrinm将近 5 年前
This appears to be using the passphrase as an hmac key directly, with the URL.hostname as the value.<p>Unless the user memorizes a proper randomly generated key, this is going to be brute-forcable based on a single website’s generated password, which would then allow all other websites to be accessed.<p>Also, if a website ever changes its domain name, you’re going to have trouble.<p>This appears to be a weekend project, and I don’t want to be overly negative, but do not use this as-is. This is more than dead-simple: this is deadly simple.