php to C# A JSON array of data encrypted using the Rijindael-256 algorithm and encoded using a base64 algorithm

前端 未结 0 1088
轮回少年
轮回少年 2020-12-30 20:28

I am trying to convert the following php code to C#:

 $m_params = urlencode(base64_encode(mcrypt_encrypt(MCRYPT_RIJNDAEL_256,$key, json_encod         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题