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:
Recover an AES encrypted file password when I have the original file

Basically the title already is the question. There are about twenty .doc files that I would like to decrypt, they are encrypted with MyWinLocker, which means AES as far as I know. And now I have an unencrypted copy of one of the encrypted files and would like to know if there exists a way of using the pair of files to get an decryption key that I could use on the others, or if possible, find the password used.

share|improve this question
3  
This is called a known plaintext attack. AES is resilient to such a class of attack. – lynks Dec 1 '12 at 21:18

marked as duplicate by jbtule, CodesInChaos, Kate Gregory, KillianDS, 0x499602D2 Dec 2 '12 at 0:41

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

I would say NO. And that is because cryptographic algorithms has to be resilient to attacks such as: Known plaintext and Choosen ciphertext

share|improve this answer

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