摘要:
应用名称空间:using System.Security;using System.Security.Principal;using System.Security.Cryptography;using System.Text;函数代码如下:public string Encrypt(string password){ ///获取Byte数组Byte[] clearBytes = new UnicodeEncoding().GetBytes(password);///获取Hash值Byte[] hashedBytes = ((HashAlgorithm)CryptoConfig.CreateF 阅读全文
posted @ 2007-08-15 10:40
网网由鱼
阅读(141)
评论(0)
推荐(0)
浙公网安备 33010602011771号