Info
Version: | 0.9.2-beta |
Author(s): | Michael Walters |
Last Update: | Friday, January 25, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/hex2bit/NetCore.EncryptedConfig |
NuGet Url: | https://www.nuget.org/packages/Hex2bit.NetCore.EncryptedConfig |
Install
Install-Package Hex2bit.NetCore.EncryptedConfig
dotnet add package Hex2bit.NetCore.EncryptedConfig
paket add Hex2bit.NetCore.EncryptedConfig
Hex2bit.NetCore.EncryptedConfig Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration.Abstractions(>= 2.1.1)
- Microsoft.Extensions.Configuration.FileExtensions(>= 2.1.1)
- Microsoft.Extensions.FileProviders.Abstractions(>= 2.1.1)
- Microsoft.Extensions.FileProviders.Physical(>= 2.1.1)
- Newtonsoft.Json(>= 11.0.2)
Encrypted JSON configuration files can be created and editing using the .NET Encrypted Config Editor released on the GitHub project site. See the project site for more information and usage examples.