0

Assume I am the attacker. I want to break the plaintext by performing the padding oracle attack on AES CBC mode. I know the following information:

The ciphertext c
The length (bytes) of plaintext n
The AES padding uses PKCS#7
The 128-bit (16-byte) IV

How to break the plaintext p?

Henno Brandsma
  • 3,842
  • 16
  • 20
TJCLK
  • 497
  • 5
  • 19