Info
Version: | 3.4.0 |
Author(s): | Nicholas Petersen |
Last Update: | Wednesday, March 9, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/copernicus365/DotNetXtensions/tree/master/DotNetXtensions.Cryptography |
NuGet Url: | https://www.nuget.org/packages/DotNetXtensions.Cryptography |
Install
Install-Package DotNetXtensions.Cryptography
dotnet add package DotNetXtensions.Cryptography
paket add DotNetXtensions.Cryptography
DotNetXtensions.Cryptography Download (Unzip the "nupkg" after downloading)
Dependencies
- DotNetXtensions(>= 4.0.0)
- System.IO.Compression(>= 4.3.0)
Tags
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.