妩媚黑裤

文章
6
资源
0
加入时间
3年0月8天

几个加密算法

1,单向加密:SHA1和MD5,只能加密而不能解密,常用语密码的存储。使用方法各有两种。public static string EncrtptMD5(string pData,string pEncode)        {            MD5CryptoServiceProvider sMD5 = new MD5CryptoServiceProvider();            try            {                byte[] sData = Enc