Yes, like the .NET framework we have a RijndaelManaged class implementing a superset of AES - superset because the RijndaelManaged implementation supports 192 and 256 bits block size unsupported by AES.
The class is available under /mcs/class/corlib/System.Security.Cryptography. Sebastien Pouliot Security Architect, Motus Technologies, http://www.motus.com/ work: [EMAIL PROTECTED] home: [EMAIL PROTECTED] -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Pavlica, Nick Sent: 22 septembre 2003 17:59 To: Mono List Subject: [Mono-list] AES Class All, Is there an AES(Advanced Encryption Standard) implementation for Mono? _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
