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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Best practice for public links that are private

1 点作者 zazaalaza大约 8 年前
I&#x27;m trying to build a web app where users can share sensitive information with their trusted friends via a public link.<p>I&#x27;m thinking of making it password protected, so you need the link plus a code.<p>I want this feature so an attacker cannot just brute force all link combinations to get the user profiles.<p>I was wondering if there is a better way to do this than passwords

1 comment

Chris2048大约 8 年前
an attacker can always BF all combinations, you just have to make the space so large they are unlikely to find anything.<p>Probably a good question for a Stack Overflow?