Given the key, the plain text and the cipher text can I calculate the Initialization Vector used in AES [migrated]

If I have the the plain text, the cipher text and the key for an AES-128 CBC operation, can I determine the IV, even if I don’t know the padding (assuming the padding follows one of the more common formats)?

I believe it sho… Continue reading Given the key, the plain text and the cipher text can I calculate the Initialization Vector used in AES [migrated]