|
|
|
|
|
by dogma1138
3670 days ago
|
|
[Disclaimer: This is assuming you aren't talking about key schedule, since you use odd terminology, and even then how do you get to 10M rounds is beyond me]
Because you use the same key, not to mention the same IV most likely, unless you are storing 10M IV's some where...
Doing 10M rounds of AES is just stupid(ly) expensive. Also verifying the decryption with 10M rounds, means, 10M CRC checks, and if you are using it on a non-ECC system there is a good chance that many attempt to decrypt anything stored like that will fail due to single bit errors. |
|
10 million iterations is about a second of work on a typical desktop.