-11

What is the amount of decrease in the probability of decrypting a data encrypted using an AES algorithm? (That is by introducing each round out of ten whole rounds, how the probability of decryption is reduced?)

Mike Edward Moras
  • 18,161
  • 12
  • 87
  • 240
Vidhi
  • 1

1 Answers1

4

I'm assuming there are holes in your question, but I'll answer it as is and then you'll probably want to change the question. Although please also see this question as it might answer your question too.

The probability of decrypting an AES encrypted ciphertext is $1$ if you have the right key and (practically) $0$ if you have the wrong key. This is independent of rounds, key size, ciphertext length, padding, etc.

mikeazo
  • 39,117
  • 9
  • 118
  • 183