这个字符串加密解密类是广大程序员必不可少的[静态类] 1using System; 2using System.Text; 3using System.Security.Cryptography; 4using System.IO; 5 6 7 8//默认密钥向量 9 相关文章: