0

I am currently working on a cryptography challenge. The program uses AES-GCM to encrypt and decrypt strings.

Let's say I have the following:

  1. IV which is reused
  2. only 1 cipher text
  3. authentication tag
  4. AAD data

Is it possible to uncover the plaintext even if I don't have the key? I've read somewhere that IV reuse is bad but is this true even if the key is different?

fdfdfd
  • 101
  • 1

0 Answers0