CriptConnectionString 1.0.1
This package you can use to encrypt and decrypt your database connection string.
We are using public key and private key.
Follow some steps to use the package:
1. Create a public key in your system like "#02837-2908sljsl1ALSJ-299SN-292830K#$&"
1. Encrypt your connection using the package using the public key.
2. Copy the result and put it on the configuration file.
3. Before open, the connection, call the packet to decrypt in memory using the public key.
You can create an internal private key too if you want!
Install-Package CriptConnectionString -Version 1.0.1
dotnet add package CriptConnectionString --version 1.0.1
<PackageReference Include="CriptConnectionString" Version="1.0.1" />
paket add CriptConnectionString --version 1.0.1
#r "nuget: CriptConnectionString, 1.0.1"
This package you can use to encrypt and decrypt your database connection string.
We are using public key and private key.
See how to works the framework cript connection string in this article --> https://ecode10.com/artigo/3061/CriptConnectionString
This package you can use to encrypt and decrypt your database connection string.
We are using public key and private key.
See how to works the framework cript connection string in this article --> https://ecode10.com/artigo/3061/CriptConnectionString
Release Notes
This package you can use to encrypt and decrypt your database connection string.
We are using public key and private key.
Follow some steps to use the package:
1. Create a public key in your system like "#02837-2908sljsl1ALSJ-299SN-292830K#$&"
1. Encrypt your connection using the package using the public key.
2. Copy the result and put it on the configuration file.
3. Before open, the connection, call the packet to decrypt in memory using the public key.
You can create an internal private key too if you want!
Dependencies
-
.NETCoreApp 2.0
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.