是否可以通过原始明文找到解密密文的密钥?

发布于 2024-11-07 20:14:33 字数 43 浏览 0 评论 0原文

我有明文P和密文C,是否有可能找到K密钥,P被加密。 AES 用于加密。

I have plaintext P and ciphertext C, is it possible to find K key, by which P was encrypted. AES is used to encrypt.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

温柔戏命师 2024-11-14 20:14:33

这称为已知明文攻击
AES 等现代密码不易受到这些攻击。

This is called a known-plaintext attack.
Modern ciphers such as AES are not vulnerable to these attacks.

墨小墨 2024-11-14 20:14:33

取决于你如何定义“可能”。目前,人们普遍认为这是一项不切实际的任务。也就是说,从不建议将明文值与其加密对应项一起存储。特别是如果您对许多组明文/密文对执行此操作,则会增加攻击者可用的信息量并削弱加密。

Depends how you define "Possible". It is generally understood, for the moment, to be an impractical task. That said, storing plaintext values with their encrypted counterparts is never recommended. especially if you do this for many sets of plaintext/ciphertext pairs, you increase the amount of information available to the attacker and weaken the encryption.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文