.net 容易加密的方法 10分实用
发表时间:2023-09-14 来源:明辉站整理相关软件相关文章人气:
[摘要].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等,网络软件的漏洞及缺陷被利用,使网络遭到入侵和破坏。