摘要:
在注册时使用md5 对密码进行加密。先写一个方法: public string Get_MD5_Method1(string strSource) { System.Security.Cryptography.MD5 md5 = new System.Security.Cryptography.MD5CryptoServiceProvider(); //获取密文字节数组 byte[] bytRes... 阅读全文
posted @ 2009-10-26 18:03
挑战自我
阅读(271)
评论(0)
推荐(0)
浙公网安备 33010602011771号