明辉手游网中心:是一个免费提供流行视频软件教程、在线学习分享的学习平台!

.net 容易加密的方法 10分实用

[摘要].net 简单加密的方法 非常实用 using System;using System.Collections.Generic;using System.Text;using System.Web.Security;namespace Security{ class Security ...

.net 简单加密的方法 非常实用

 

using System;
using System.Collections.Generic;
using System.Text;
using System.Web.Security;
namespace Security
{
     class Security
     {
        public string Encryt(string strPassWord)
        {
            return FormsAuthentication.HashPasswordForStoringInConfigFile(strPassWord, "MD5");
        }
     }
}

常见的网络操作系统有UNIX、Netware、Windows NT、Linux等,网络软件的漏洞及缺陷被利用,使网络遭到入侵和破坏。