摘要:
C# Desc加密算法 使用注意事项:sKey要为8位,或16位字符 using System; using System.Collections.Generic; using System.Text; using System.Security.Cryptography; using System.IO; public class DesSecurity { /// /// 加密原函数 ... 阅读全文
posted @ 2008-09-07 20:58
绿色心情
阅读(1466)
评论(0)
推荐(0)