摘要: public class RSA { public static string GetRSA(string aesKey) { RSACryptoService rs = new RSACryptoService("", ConfigurationManager.AppSettings["ZGC_P 阅读全文
posted @ 2020-08-17 16:04 好运好运来 阅读(268) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Configuration; using System.IO; using System.Linq; using System.Security.Cryptography; us 阅读全文
posted @ 2020-08-17 15:24 好运好运来 阅读(356) 评论(0) 推荐(0)