Is it possible to find key to decrypt ciphertext by having the original plain text?

余生长醉 提交于 2019-11-29 07:27:14

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

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.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!