-1

I have access to a pair of plaintexts and their corresponding encrypted texts. Would I be able to decrypt a third message encrypted provided they use the same key? From my little understanding of cryptography I cannot get the key but I would be able to get something out of the reusing of the key (by XORing the message and its cipher?).

Thank you very much and I'm sorry if the question is not well-asked, I'm new.

1 Answers1

-1

For some encryption schemes xoring the plaintext and ciphertext would give you the key, eg the one time pad. (So we can use the key once) AES on the other hand is very complicated and so takes thousands of simultaneous equations to solve it. Therefore you'd need many, many, many ciphertext-plaintext pairs to extract the key.

Jackoson
  • 133
  • 4