分享
 
 
 

关于.net2.0中Webconfig中连接串的加密

王朝c#·作者佚名  2006-12-10
窄屏简体版  字體: |||超大  

ASP.NET 2.0 现在允许您对配置文件的单个节进行加密,这样,几乎不可能使用文本编辑器来读取这些配置节。

ASP.NET 包括两个内置的受保护配置提供程序:RSA 和 DPAPI DPAPI 提供程序使用特定于计算机的密钥,因此您必须在每台计算机上实际加密配置设置。默认使用的 RSA 提供程序允许您选择创建 RSA 密钥并将其安装在其他计算机上,这样您就可以在这些计算机之间复制相同的配置文件。此外,您还可以安装其他受保护配置提供程序供系统使用。

调用配置管理 API 可透明地使用加密的节,因为该 API 自动处理加密和解密。若要通过编程方式将配置节设置为加密的,可获取 ConfigurationSection.SectionInformation 属性,然后传入您选择的保护提供程序调用 ProtectSection 方法。若要使用默认提供程序,可以传入 null 或空字符串。UnprotectSection 方法禁用配置节的加密。

下面的示例演示如何以编程方式对配置节进行加密,配置 API 如何自动处理加密的节。

<%@ Import Namespace="System.Configuration" %>

<%@ Import Namespace="System.Web.Configuration" %>

<%@ Import Namespace="System.Xml" %>

<script runat="server" language="C#">

public void Page_Load(object source, EventArgs e)

...{

if (!IsPostBack) ...{

UpdateUI();

}

}

void ProtectButton_OnClick(Object source, EventArgs e)

...{

String path = Request.CurrentExecutionFilePath;

path = path.Substring(0, path.LastIndexOf('/'));

// Get configuration.

Configuration config = WebConfigurationManager.OpenWebConfiguration(path);

ConfigurationSection appSettings = config.GetSection("appSettings");

if (appSettings.SectionInformation.IsProtected)

...{

appSettings.SectionInformation.UnprotectSection();

}

else

...{

appSettings.SectionInformation.ProtectSection("DataProtectionConfigurationProvider");

}

try

...{

config.Save();

UpdateUI();

}

catch (Exception ex)

...{

Response.Write("In order to modify configuration settings, the ASP.NET process account (either the local ASPNET or Network Service account, by default) ");

Response.Write("must have write permission granted for the Web.config file in the sample directory");

}

}

void UpdateUI()

...{

String path = Request.CurrentExecutionFilePath;

path = path.Substring(0, path.LastIndexOf('/'));

// Get configuration.

Configuration config = WebConfigurationManager.OpenWebConfiguration(path);

// Show XML for app settings.

ConfigurationSection appSettings = config.GetSection("appSettings");

// Set protect button appropriately.

if (appSettings.SectionInformation.IsProtected)

...{

Encrypted.Text = "Yes";

ProtectButton.Text = "Unprotect";

}

else

...{

Encrypted.Text = "No";

ProtectButton.Text = "Protect";

}

// Show XML for app settings.

AppSettingsXml.Text = " " + Server.HtmlEncode(appSettings.SectionInformation.GetRawXml());

// Load XML directly from config file, to show encrypted XML.

String configPath = Server.MapPath("web.config");

XmlDocument doc = new XmlDocument();

doc.PreserveWhitespace = true;

doc.Load(configPath);

XmlNode appSettingsXml = doc.SelectSingleNode("configuration/appSettings");

AppSettingsEncrypted.Text = " " + Server.HtmlEncode(appSettingsXml.OuterXml);

}

</script>

<html>

<head>

<title>Encrypted Configuration Sections</title>

</head>

<body>

<form id="form1" runat="server">

<div>

<h2>Encrypted:<asp:Label runat="server" id="Encrypted" /></h2><asp:Button runat="server" id="ProtectButton" OnClick="ProtectButton_OnClick" />

<h2>Current XML (decrypted):</h2>

<pre>

<asp:Label runat="server" ID="AppSettingsXml" />

</pre>

<h2>Encrypted contents:</h2>

<pre>

<asp:Label runat="server" ID="AppSettingsEncrypted" />

</pre>

</div>

</form>

</body>

</html>

对应配置文件如下:

<?xml version="1.0" encoding="utf-8"?>

<configuration>

<configProtectedData />

<appSettings>

<add key="currencyService" value="http://www.microsoft.com/services/currencyService.asmx" />

<add key="creditCardValidationService" value="http://www.microsoft.com/services/cc.asmx" />

</appSettings>

</configuration>

郊野如图:

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有