HashCreator:
A simple hash provider utility to generate hash key for given string using salt.
- System.Security.Cryptography.RNGCryptoServiceProvider for cryptographic number generation.
- System.Security.Cryptography.Rfc2898DeriveBytes to implement password-based...
More information
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...
More information
Contains two major parts. One is RNGRandom, a thread-safe, modulo bias avoided, edge cases safely handled random number generator base on System.Security.Cryptography.RNGCryptoServiceProvider; the other one is extension methods of all numeric type for System.Random, or whoever inherit from...
More information