摘要:
/// /// 使用默认加密/// /// /// public static string DesEncrypt(string strText)/// /// 使用默认解密/// /// 解密字符串/// public static string DesDecrypt(string strText... 阅读全文
摘要:
/// /// 非对称加密生成的私钥和公钥/// /// 私钥/// 公钥public static void GenerateRSAKey(out string privateKey, out string publicKey)#region 非对称数据加密(公钥加密)/// /// 非对称加密字... 阅读全文