.net 容易加密的方法 10分實用
發(fā)表時間: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");
}
}
}
常見的網(wǎng)絡操作系統(tǒng)有UNIX、Netware、Windows NT、Linux等,網(wǎng)絡軟件的漏洞及缺陷被利用,使網(wǎng)絡遭到入侵和破壞。