加密 解密本地Config檔案

2021-04-25 19:06:26 字數 706 閱讀 5405

加密:

在執行中輸入cmd,在命令列視窗中執行一下語句

c:/windows/microsoft.net/framework/v2.0.50727>aspnet_regiis -pef dataconfiguration d:/program/crcjbs2008/webui

正在加密配置節...

解密:

方法一:

c:/windows/microsoft.net/framework/v2.0.50727>aspnet_regiis -pdf "connectionstrings" d:/program/crcjbs2008/webui

正在解密配置節...

成功! 

方法二:  

說明:connectionstrings為webconfig中加密的節,newdatacenter為專案名稱。

如果加密後**不能訪問資料庫,報錯,說明無法訪問金鑰。執行

c:/windows/microsoft.net/framework/v2.0.50727>aspnet_regiis -pa "netframeworkconfigurationkey" "nt authority/network service"  

正在新增用於訪問 rsa 金鑰容器的 acl...

成功!即可。

加密解密檔案

1 decrypt 方法允許解密使用 encrypt 方法加密的檔案。decrypt 方法只能解密使用當前使用者帳戶加密的檔案。23 decrypt 方法要求獨佔訪問被解密的檔案,如果有其他程序正在使用該檔案,此方法將引發異常。如果檔案沒有加密,則 decrypt 將返回乙個非零值,這表示成功。45...

檔案加密解密 URl引數加密解密

sliverlight 加密解密 public static class encryption endregion region silverlight密碼解密 解密資料 加密後的字串 加密前的字串 public static string decrypt string input endregio...

linux 檔案 加密 解密

單純的檔案加密 openssl enc 加密 openssl enc des e a in input file out out file 解密 openssl enc des d a inout file out input file 方法一 用tar命令 對檔案加密壓縮和解壓 壓縮 tar zc...