Skip Navigation LinksHome > Free Stuff > C# Code

C# Free Code

Restrictions

You may not redistribute any of the following free code as 'sample' or 'demos'. However, you are free to use the source code or components in your own code, but you may not claim that you created any of the sample code or compiled components found on this site.

It is also expressly forbidden to sell or profit from any of the sample code or compiled components other than by the knowledge gained or the enhanced value added by your own code. For instance, using one of the encryption routines within a suite of encryption routines for sale is forbidden, but using an encryption routine to protect passwords in a business application that is not wholy concerned with encryption is allowed.

If you use any of the source code or compiled components on this site, you realize that you do so at your own risk. The code and components provided here are supplied as is without warranty or guarantee of any kind.

Should you wish to commission some derivative work based on the code provided here, or any consultancy work, please do not hesitate to contact us

Rijndael AES Block Cipher (C#.NET Version) rijndaelcs.zip (374KB) (Updated 13-Jul-2005)

The zip file contains a C# implementation of the Rijndael AES Block Cipher based on the C code version published by Mike Scott.