2023-09-07 分類(lèi): 網(wǎng)站建設(shè)
在asp.net2.0中,發(fā)布網(wǎng)站時(shí),加密web.config,這樣可以有用保證數(shù)據(jù)庫(kù)用戶和安全,其步驟如下
1.添加密鑰
執(zhí)行cwindowsmicrosoft.netframeworkv2.0.50727aspnet_regiis-pchnlaw-exp
其中hnlaw為密鑰名稱
2.添加web.config節(jié)點(diǎn)
在web.config的configurationconfiguration之間添加
configprotecteddata
providers
addkeycontainername=hnlawusemachinecontainer=truedescription=usesrsacryptoserviceprovidertoencryptand
decryptname=hnlawtype=system.configuration.rsaprotectedconfigurationprovider,system.configuration,
version=2.0.0.0,
culture=neutral,publickeytoken=b03f5f7f11d50a3a
providers
configprotecteddata
注重這里keycontainername=hnlaw和name=hnlaw分別透露表現(xiàn)你的密鑰名稱;
3.加密web.config
到網(wǎng)站根目錄添加一個(gè)批處理文件enweb.bat,內(nèi)容如下
@echooff
cwindowsmicrosoft.netframeworkv2.0.50727aspnet_regiis-pefsystem.webidentityehsstudiodonet2hnlawyer-prov
hnlaw
cwindowsmicrosoft.netframeworkv2.0.50727aspnet_regiis-pefconnectionstringsehsstudiodonet2hnlawyer-prov
hnlaw
pause
注冊(cè)上面的的路徑和名稱!
運(yùn)行后出現(xiàn)成功!
4.解密
同樣到網(wǎng)站根目錄添加一個(gè)批處理文件deweb.bat,內(nèi)容如下
@echooff
cwindowsmicrosoft.netframeworkv2.0.50727aspnet_regiis-pefsystem.webidentityehsstudiodonet2hnlawyer
cwindowsmicrosoft.netframeworkv2.0.50727aspnet_regiis-pdfconnectionstringsehsstudiodonet2hnlawyer
pause
就是要注重做完后找到cdocumentsandsettingsallusersapplicationdatamicrosoftcryptorsamachinekeys目錄下,找到生
成
的密鑰文件(可按時(shí)間查找),給上networkservice可讀取權(quán)限,不然會(huì)出現(xiàn)errormessagefromtheproviderthersakey
containercould
notbeopened.無(wú)法讀取
網(wǎng)站標(biāo)題:asp.net2.0如何加密數(shù)據(jù)庫(kù)聯(lián)接字符串
本文鏈接:http://m.newbst.com/news47/281397.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供營(yíng)銷(xiāo)型網(wǎng)站建設(shè)、軟件開(kāi)發(fā)、品牌網(wǎng)站制作、微信公眾號(hào)、做網(wǎng)站、App設(shè)計(jì)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容