I want the code of Rijndael algorithm to encrypt any given text to store it in a database, I also want to know how to reverse the encryption method, ie: decrypt the encrypted text to use it.
+1 Why reinvent the wheel? (unless the goal itself is to do it yourself exercise)
Hemant
2010-08-02 07:33:36
@Alex: does this work on WPF?
sikas
2010-08-02 07:33:49
Yes. You can use the implementation in any application that can use .NET framework libraries (Websites, console, windows forms, wpf, silverlight etc)
Hemant
2010-08-02 07:36:00
A:
You should take a look at this great solution by Mark Brittingham. This class both includes encryption and decryption methods.
sshow
2010-08-02 07:31:22