ConfigSectionEncryp
2.0.1
在任何web.config或app.config文件中加密或解密一个部分
.NET Config Section encription 2.0.0.0
USAGE:
Encrypt multiple sections:
ConfigSectionCrypt --encrypt --include c:PathToSharedFolders.dll --sections configurationStrings,SharedFolders MyApp.exe.config
Decript connectionStrings section:
ConfigSectionCrypt --decrypt --sections configurationStrings MyApp.exe.config
-e, --encrypt Required. Encrypt the enumerated sections
-d, --decrypt Required. Decrypt the enumerated sections
-s, --sections Required. Section names to encrypt / decrypt
-i, --include Include reference to neccessary assemblies to read
config file
-l, --loglevel (Default: Normal) Logging level: Quiet, Normal,
Verbose
--help Display this help screen.
--version Display version information.
config_file (pos. 0) Required. app.config or web.config to encrypt or
decrypt
ASPNET_REGIIS实用程序是.NET Framework的一部分,但并不提供一种简单的方法来保护或取消保护部分在桌面.config文件中。
ConfigSectionCrypt是一个简单的命令行工具