Log4Net.MessageEncryptor
2.0.7
See the version list below for details.
dotnet add package Log4Net.MessageEncryptor --version 2.0.7
NuGet\Install-Package Log4Net.MessageEncryptor -Version 2.0.7
<PackageReference Include="Log4Net.MessageEncryptor" Version="2.0.7" />
paket add Log4Net.MessageEncryptor --version 2.0.7
#r "nuget: Log4Net.MessageEncryptor, 2.0.7"
// Install Log4Net.MessageEncryptor as a Cake Addin #addin nuget:?package=Log4Net.MessageEncryptor&version=2.0.7 // Install Log4Net.MessageEncryptor as a Cake Tool #tool nuget:?package=Log4Net.MessageEncryptor&version=2.0.7
The Log4Net MessageEncryptor tool lets you encrypt log messages whilst keeping the log meta data (timestamp, level etc.) in plaintext. The encryption used is a standard symmetric key encryption algorithm (Rijndael) to securely lock away any sensitive information present within the log messages.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- log4net (>= 2.0.3)
- Simple.AES (>= 1.1.9)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Changed the appender to look for a default section name (Log4NetMessageEncryption) before opening the ExeConfiguration as this doesn't work within a web context only within an exe context.