Info
Version: | 2.1.5-beta.24 |
Author(s): | Val Melamed |
Last Update: | Wednesday, September 5, 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/vm.Aspects.Security.Cryptography.Ciphers |
Install
Install-Package vm.Aspects.Security.Cryptography.Ciphers
dotnet add package vm.Aspects.Security.Cryptography.Ciphers
paket add vm.Aspects.Security.Cryptography.Ciphers
vm.Aspects.Security.Cryptography.Ciphers Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
They leverage the cryptographic algorithms implemented by the .NET cryptographic service providers.
The Ciphers package helps in addressing a common application requirement for achieving confidentiality, integrity and source authentication of data-at-rest, data-in-motion, and data-in-use, e.g. for PII (Personally Identifiable Information) fields.
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. Omitting configuration parameters defaults to sensible defaults.
* The package depends on:
- .NET Standard.