摘要: 一、C#版AES加解密算法 public class AESCode { public string Key { get; set; } public string Encrypt(string val) { if (str... 阅读全文
posted @ 2015-03-31 13:05 Smallbyte 阅读(4590) 评论(1) 推荐(0)