Rijndael encryption from Action Script to C#

Posted by Coppermill on Stack Overflow See other posts from Stack Overflow or by Coppermill
Published on 2010-04-19T16:48:45Z Indexed on 2010/04/19 16:53 UTC
Read the original article Hit count: 555

Filed under:
|
|
|

I am trying to share encryption between Action Script and C#

My task is to decrypt the following message within C#

f1ca22a365ba54c005c3eb599d84b19c354d26dcf475ab4be775b991ac97884791017b12471000def05bb77bfe9c3a97d44ef78c9449f12daf6e25b61ab1a281

It uses Rijndael encyption , ECB mode (electronic code book), Key: Pas5pr@se , 128 bit key size and block size.

The problem I have is I can't seem to do it, anyone help me on this?

© Stack Overflow or respective owner

Related posts about rijndael

Related posts about encryption