Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Possible Duplicate:
Is it possible to find key 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..

share|improve this question
check this out: programmers.stackexchange.com/questions/56870/… – hvgotcodes Jun 9 '11 at 14:56

marked as duplicate by Marc B, hvgotcodes, Roddy, gbn, Justin Ethier Jun 9 '11 at 16:11

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

up vote 1 down vote accepted

No, it shouldn't. If this was possible then AES would be susceptible to a know-plain text attack making it non secure.`

share|improve this answer
Thanks, that answers my question. AES is not susceptible, plus the use of salt means that it's essentially impossible to know the plain text anyway. – chris Jun 9 '11 at 15:58

Not the answer you're looking for? Browse other questions tagged or ask your own question.