TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

2 pointsby hypestover 15 years ago
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 comments

brkover 15 years ago
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 未加载
ajover 15 years ago
That is actually a cool idea. As an extension or a greasemonkey script, it might actually work quite well
评论 #1009767 未加载