Thursday, April 17, 2003

Symmetric Encryption/Decryption Example

A friend of mine asked me today how one would go about encrypting something using the Rijndael algorithm (also known as AES) using the .NET framework. I?ve done some crypto work, so I whipped up a quick example for him. It turns out to be pretty much exactly the same as using any other symmetric algorithm like DES. I've posted the code and a brief explanation here.

2 comments:

  1. I want symmetric Encryption / Decryption source code to refer.

    Please send to me.



    Best Regards

    Bui Tuan Linh

    ReplyDelete
  2. You can find it here:



    http://pluralsight.com/wiki/default.aspx/Craig/HowToSymmetricallyEncryptAString.html

    ReplyDelete