Re: Need to purchase AES code for Windows
- From: Tim Smith <reply_in_group@xxxxxxxxxxxxxxxx>
- Date: Fri, 25 Jul 2008 14:40:08 -0700
In article <4884804b$0$7336$607ed4bc@xxxxxx>,
"Neil W." <neilw@xxxxxxxxxxxxxxxx> wrote:
I have downloaded the AES code for several freeware implementations from the
Web, none of which have passed the Monte Carlo output tests when compiled
into a Win32 application (GUI or Console). Interestingly, they passed all
the other tests.
Most likely I am making some incredibly simple and stupid mistake. However,
I really need some working source code plus visual studio project files.
Is there someplace I can purchase some working AES source code, plus project
files that have been proven to pass the Monte Carlo tests in Win32
applications (and hopefully x64 applications as well).
It probably won't help. A non-free implementation will give the same
results for any given plaintext/key/IV/mode. (It's kind of important
that all implementations of AES do the same thing...). So, whatever it
is in the way you are building or testing that is broken, it will be
equally broken for the paid implementations.
My first guess is that something is broken in how you are doing the
Monte Carlo tests. My second guess is that you are using a mode that
has patterns in its output, and that is throwing off the test. Without
knowing just what it is you are doing, no one can really say.
--
--Tim Smith
.
- References:
- Need to purchase AES code for Windows
- From: Neil W.
- Need to purchase AES code for Windows
- Prev by Date: Test Vectors
- Next by Date: Re: What has changed in ISO 9796-2 ?
- Previous by thread: Re: Need to purchase AES code for Windows
- Next by thread: Unsigned CSR vulnerability
- Index(es):
Relevant Pages
|