How to decrypt a ciphertext encrypted in AES CTR mode if you are given ciphertext, plaintext, and key?

Question is the title. To give a bit more information, the same key is used for all ciphertexts and I know ciphertexts C1 and C2 and plaintext P1, which corresponds with C1. The incrementing method for each Ei is also known. I want to find… Continue reading How to decrypt a ciphertext encrypted in AES CTR mode if you are given ciphertext, plaintext, and key?