0

How to decrypt the encryption data generated http://www.movable-type.co.uk/scripts/aes.html in a C# application!

1 Answer 1

2

The site you have linked deals with AES encryption.

You may want to look at the RijndaelManaged class:

http://msdn.microsoft.com/en-us/library/system.security.cryptography.rijndaelmanaged.aspx

Here is an article discussing the differences between AES and the Rijndael algorithm:

http://blogs.msdn.com/b/shawnfa/archive/2006/10/09/the-differences-between-rijndael-and-aes.aspx

Sign up to request clarification or add additional context in comments.

1 Comment

thanks. even RijndaelManaged : I can't find any article which show how to encrypt in javascrypt and decrypt in C#, I tried lots of ways

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.