RSEncryption 1.0.1
dotnet add package RSEncryption --version 1.0.1
NuGet\Install-Package RSEncryption -Version 1.0.1
<PackageReference Include="RSEncryption" Version="1.0.1" />
paket add RSEncryption --version 1.0.1
#r "nuget: RSEncryption, 1.0.1"
// Install RSEncryption as a Cake Addin #addin nuget:?package=RSEncryption&version=1.0.1 // Install RSEncryption as a Cake Tool #tool nuget:?package=RSEncryption&version=1.0.1
The Encrypt and Decrypt functions can be used immediately after class instantiation. The class is internally initialized with a key sequence.
I would advise first seeding the class with the SetEncryptionPrimers method.
Then your application should store the keys somewhere.
Summary of SetEncryptionPrimers method: Set specific encryption primer values
Parameters: strPassphrase: Passphrase - At least 12 bytes strSaltValue: Salt value - At least 12 bytes strHashAlgorithm: Optional hash algorithm - Default = SHA1. Valid options are SHA1 or MD5. strInitVector: Optional init vector. At least 16 bytes. Default=DEFAULTINITVECTOR
Returns: True=Primer set successfully. False=Error occurred setting the primer. Use GetLastError to see error details.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.1 | 1,143 | 12/27/2017 |
Initial Release V1.0.1