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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

A question on public/private key encryption

1 点作者 aa0超过 11 年前
Why can't the private key be cracked by encrypting a large enough block of static data, all bits=1 for example, with the public key?

1 comment

deanfranks超过 11 年前
If the cypher being used is secure, encrypting a block of 1s or 0s will generate an apparently random stream of 0s and 1s. There will be no way to determine the private key from the output of encrypting a block of known data with the public key.
评论 #6294707 未加载