开发者

AesManaged and RijndaelManaged

开发者 https://www.devze.com 2022-12-31 07:43 出处:网络
Im currently developing a Silverlight application that connects to an old webservice. Our old webservice uses an encryption tool which silverlight does not support.

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 we开发者_Go百科bservice 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.


As long as you make sure to set the blocksize of RijndaelManaged to 128 bits, AesManaged and RijndaelManaged will behave identically.

AES is just another name for the Rijndael encryption algorithm with blocksize 128.


I found a sample snippet for this one. Referencing from one of the questions related to it here

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号