RSEncryption 1.0.1

dotnet add package RSEncryption --version 1.0.1
NuGet\Install-Package RSEncryption -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RSEncryption" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RSEncryption --version 1.0.1
#r "nuget: RSEncryption, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,110 12/27/2017

Initial Release V1.0.1