摘要:
1using System.Text; 2using System.Security.Cryptography; 3 4//密码加密 5public static string Encrypt(string password) 6{ 7 password = password.ToLower(); 8 9 Byte[] clearBytes = new Unicode... 阅读全文
posted @ 2007-08-21 10:48
一粒沙
阅读(969)
评论(0)
推荐(0)
浙公网安备 33010602011771号