Can you recover an AES encryption key if you know the unencrypted content? [duplicate]
Possible Duplicate:
Is it possible to find key开发者_StackOverflow to decrypt ciphertext by having the original plain text ?
Suppose I have encrypted a string with AES256 and someone else knows the unencrypted content of that string. Given the encrypted string, would it be any easier for that person to recover the encryption key given that they know the original unencrypted string?
Thanks..
No, it shouldn't. If this was possible then AES would be susceptible to a know-plain text attack making it non secure.`
精彩评论