AesManaged and RijndaelManaged
Posted
by xscape
on Stack Overflow
See other posts from Stack Overflow
or by xscape
Published on 2010-05-21T11:06:21Z
Indexed on
2010/05/21
11:10 UTC
Read the original article
Hit count: 1428
Im currently developing a Silverlight application that connects to an old webservice. Our old webservice uses an encryption tool which silverlight does not support. Finally, we decided to used AesManaged for encryption, however, our webservice does not support AesManaged. Is their a way to decrypt an AesManaged to RijndaelManaged?
If yes, can you please post a sample snippet? Your feedback is highly needed.
Thank you.
© Stack Overflow or respective owner