DotNetXtensions.Cryptography
3.1.1
Some cryptography and compression related helper extension methods and types.
Extension methods that make it easy to get SHA hashes as well as AES-256 encryption on strings and byte-arrays.
XZip which makes it easy to convert byte arrays and Streams to and from a ZipArchive (a zip file).
RandomStringGenerator and RandomNumbers types, a PasswordStrengthEvaluator, and a CryptoRandom type (which inherits Random), which allows semi-crytographically secure random generation, based on RNGCryptoServiceProvider, but which uses a caching system that greatly expediates performance.
See the version list below for details.
Install-Package DotNetXtensions.Cryptography -Version 3.1.1
dotnet add package DotNetXtensions.Cryptography --version 3.1.1
<PackageReference Include="DotNetXtensions.Cryptography" Version="3.1.1" />
paket add DotNetXtensions.Cryptography --version 3.1.1
#r "nuget: DotNetXtensions.Cryptography, 3.1.1"
Dependencies
-
.NETFramework 4.7.1
- DotNetXtensions (>= 3.0.1)
- System.IO.Compression (>= 4.3.0)
-
.NETStandard 2.0
- DotNetXtensions (>= 3.0.1)
- System.IO.Compression (>= 4.3.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.