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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Social Nets - Can I have my data back please?

2 点作者 hypest超过 15 年前
Hey HNers,<p>Social networks have proved that people can and will communicate online, sharing bits of their lives with their friends. Facebook with its millions of users is the modern and most successful example!<p>I would like to propose a possible improvement of the privacy-related issues that arise from the central design of such networks:<p>Use something along the lines of public key (PK) cryptography to hide the messages exchanged by users. Friends would somehow exchange public keys and a Javascript client would automatically encrypt/decrypt messages that are stored in the network. For example: a status update would be a long string containing instances of the actual "status message", each encrypted with the (public) key of the friend that is allowed to see it. The client at the friend's side, will decrypt the instance (and discard the rest, non-decryptable string) and show it as normal status update message.<p>That would create a sub-network, and yes, loosing the private key will be a very bad event!<p>Anyway, what do you think?

2 条评论

brk超过 15 年前
What problem are you solving with this? It seems like you are adding a lot of overhead and needless data to a simple system.
评论 #1009791 未加载
aj超过 15 年前
That is actually a cool idea. As an extension or a greasemonkey script, it might actually work quite well
评论 #1009767 未加载