Re: AES CBC Monte Carlo source code?



On Jun 23, 5:08 pm, "Neil W." <ne...@xxxxxxxxxxxxxxxx> wrote:
Anyone have Monte Carlo test source code for AES CBC?  Any language will do:
C/C++, VB, Delphi, Java, etc. Thanks.

What do you mean by this?

Are you asking if anyone did some sort of statistical test on AES CBC?

If so, why not take something like libtomcrypt - that includes AES CBC
- and write a wrapper around it with some Monte Carlo simulation?

It might be interesting - but the statistics of AES and CBC should
look like random noise for random input vectors and a fixed key/IV
pair.

~A
.