DotNetXtensions.Cryptography
3.3.0
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.
Install-Package DotNetXtensions.Cryptography -Version 3.3.0
dotnet add package DotNetXtensions.Cryptography --version 3.3.0
<PackageReference Include="DotNetXtensions.Cryptography" Version="3.3.0" />
paket add DotNetXtensions.Cryptography --version 3.3.0
Dependencies
-
.NETStandard 2.0
- DotNetXtensions (>= 4.0.0)
- 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.