MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: AES implementation in Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg46906] Re: AES implementation in Mathematica
  • From: "flip" <flip_alpha at safebunch.com>
  • Date: Sun, 14 Mar 2004 23:54:23 -0500 (EST)
  • References: <c2u3pb$evf$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

"Jose Luis Gomez Pardo" <jlgpardo at yahoo.es> wrote in message
news:c2u3pb$evf$1 at smc.vnet.net...
> Hi,
>
> I have updated my implementation of AES (Advanced Encryption Standard,
> also known as Rijndael) in Mathematica (requires v. 4.0 or higher). It
> now supports ECB, CBC and CFB128 modes, as well as several variants of
> AES-based CBC-MAC authentication, including OMAC. It is available at:
>
> http://library.wolfram.com/infocenter/MathSource/5130
>
> Jose Luis.
>

Jose,

I will certainly have a look at this.

Why did you not do Counter (CTR) mode.  You can find this mode in the NIST
document.

I believe it will be one of the more popular modes due to some of its
properties.

Thanks for the link, Wilson



  • Prev by Date: Re: Graphs of Sequences of Functions:(
  • Next by Date: Mathematica 5: Integration bug in quadratic found by the GEMM machine
  • Previous by thread: AES implementation in Mathematica
  • Next by thread: FactorIntegerECM repeated or parallel runs question