ConfigSectionEncryp
2.0.1
모든 web.config 또는 app.config 파일의 섹션을 Encryp 또는 Decrypt
.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 프레임 워크의 일부로 제공되지만 데스크탑 .config 파일에서 섹션을 보호하거나 보호 할 수있는 쉬운 방법을 제공하지 않습니다.
configsectionCrypt