This tool allows to encrypt configuration sections on app.settings files, and decrypt the information in runtime adding those configuration as a singleton inside the application.
Info
Version: | 1.5.0 |
Author(s): | Xelit3 |
Last Update: | Sunday, August 28, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ChustaSoft/SecureConfig |
NuGet Url: | https://www.nuget.org/packages/ChustaSoft.Tools.SecureConfig |
Install
Install-Package ChustaSoft.Tools.SecureConfig
dotnet add package ChustaSoft.Tools.SecureConfig
paket add ChustaSoft.Tools.SecureConfig
ChustaSoft.Tools.SecureConfig Download (Unzip the "nupkg" after downloading)
Dependencies
netcoreapp2.1
- ChustaSoft.Common(>= 1.2.2)
- Microsoft.AspNetCore.Hosting.Abstractions(>= 2.1.0)
- Microsoft.Extensions.Configuration.Json(>= 2.1.1)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 2.1.1)
- Newtonsoft.Json(>= 12.0.3)
- ChustaSoft.Common(>= 1.2.2)
- Microsoft.AspNetCore.Hosting.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Configuration.Json(>= 2.2.0)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 2.2.0)
- Newtonsoft.Json(>= 12.0.3)
- ChustaSoft.Common(>= 1.2.2)
- Microsoft.Extensions.Configuration.Json(>= 3.0.3)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 3.0.3)
- Newtonsoft.Json(>= 12.0.3)
- ChustaSoft.Common(>= 1.2.2)
- Microsoft.Extensions.Configuration.Json(>= 3.1.5)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 3.1.5)
- Newtonsoft.Json(>= 12.0.3)
Tags