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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: system which allows messages to be decrypted at a given time?

1 点作者 gren大约 11 年前
Could you create a system which allows some encrypted messages to only be decrypted after&#x2F;at a given time t and without any authority?<p>There would be so cool applications of such a system, imagine if someone (like Snowden) want to share to the world some important document but which only are auto-decrypted in the future, whatever happen to the person.<p>Do you think this will ever be possible? I&#x27;m afraid this need the time to be provable?

2 条评论

nodata大约 11 年前
Like a timed escrow service?<p>In your example you would be relying on a system clock in the end, which is easily manipulated. Better to use a trusted person or machine who can reveal the data or the key to the data at a given time, or to use a dead man&#x27;s switch.
gnuchu大约 11 年前
The easiest way to achieve this is to encrypt and release the data the set up some kind of timed mechanism to release the decryption key. I believe Julian Assange has already done something similar.