Ciphers 2.0.0-beta01
dotnet add package Ciphers --version 2.0.0-beta01
NuGet\Install-Package Ciphers -Version 2.0.0-beta01
<PackageReference Include="Ciphers" Version="2.0.0-beta01" />
<PackageVersion Include="Ciphers" Version="2.0.0-beta01" />
<PackageReference Include="Ciphers" />
paket add Ciphers --version 2.0.0-beta01
#r "nuget: Ciphers, 2.0.0-beta01"
#:package Ciphers@2.0.0-beta01
#addin nuget:?package=Ciphers&version=2.0.0-beta01&prerelease
#tool nuget:?package=Ciphers&version=2.0.0-beta01&prerelease
Features:
* The package uses industry strong cryptographic algorithms for encryption, hashing and signing included in the .NET framework.
* It is very easy to integrate with a Dependency Injection container like Unity, i.e. the behaviors are abstracted with a handful of simple interfaces.
* It is very easy to use and configure the objects. No configuration parameters default to sensible defaults.
* The package does not have dependencies except the .NET framework BCL.
* Built and tested with .NET v4.6.2, 4.7.1 and 4.7.2.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 is compatible. net472 is compatible. net48 was computed. net481 was computed. |
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 |
|---|
Refactored the library to drop the dependency on Common Service Locator - no assumption of DI container anymore.
Refactored a number of c-tors to take additional dependencies, which were previously resolved from the CSL.
Combined all key management utilities in one - KeyFile.
Refactored the utilities to use CommandLineParser.
This is the last version that will be dependant on .NET Framework. The future releases will depend on .NET Standard 2.1.