Search code examples
c#cryptographyencryptionrijndael

Rijndal Algorithm using C#


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.


Solution

  • There's an existing .NET Framework implementation already.