写了一个.net版的demo
Re写了一个.net版的demo
请问楼主: 你解密原文的时候在DingTalkCrypt类里面的public int DecryptMsg(string sMsgSignature, string sTimeStamp, string sNonce, string sPostData, ref string sMsg)方法中使用到了
sMsg = Cryptography.AES_decrypt(sEncryptMsg, m_sEncodingAESKey, ref cpid);
我的System.Security.Cryptography里面没有.AES_decrypt 这个方法是怎么回事呢?
Cryptography 这个类是在哪个开发包里面啊?是哪一个包中?
-------------------------
Re写了一个.net版的demo
谁能提供下这个解密算法么?
-------------------------
Re写了一个.net版的demo
AES_decrypt(String Input, string EncodingAESKey, ref string appid)??????
赞0
踩0