Info
Version: | 1.13.1 |
Author(s): | vm |
Last Update: | Thursday, June 21, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/vmelamed/vm/tree/master/Aspects/Security/Cryptography/Ciphers |
NuGet Url: | https://www.nuget.org/packages/Ciphers |
Install
Install-Package Ciphers
dotnet add package Ciphers
paket add Ciphers
Ciphers Download (Unzip the "nupkg" after downloading)
Dependencies
- CommonServiceLocator(>= 2.0.3)
Tags
* 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 and the Common Service Locator 1.3.
* Built and tested with .NET v4.6.2, 4.7.1 and 4.7.2.