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