sikas
sikas

Reputation: 5523

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.

Upvotes: 5

Views: 632

Answers (1)

Alex
Alex

Reputation: 586

There's an existing .NET Framework implementation already.

Upvotes: 6

Related Questions