How can I decrypt a string using AES algorithm in c#?

后端 未结 2 1094
庸人自扰
庸人自扰 2021-01-13 10:01

I have an encrypted string from one of our customers.
This string was encrypted using the AES method in Java.

The only thing I have is the key: \"xxxxxxxxxxxxx

2条回答
  •  鱼传尺愫
    2021-01-13 10:43

    Please go through this article "Simple Cryptographer - Simple DES/AES Implementation in C#"

    link: http://www.codeproject.com/KB/recipes/Simple_Cryptographer.aspx

    Hope this article will help you.

提交回复
热议问题