Getting AES-CBC IV using key, encrypted data, and plaintext data [closed]
so as the title describes, i am trying to get the IV using the key, encrypted data, and plaintext data.
According to wiki, AES CBC uses the IV to XOR the first block of plaintext data with the IV, then encrypts the xor’d data, and doesnt u… Continue reading Getting AES-CBC IV using key, encrypted data, and plaintext data [closed]