CryptHash.Core
1.1.2
*** THIS LIBRARY IS NO LONGER BEING MAINTAINED. USE THE CRYPTHASH.NET LIBRARY INSTEAD, WICH HAS BETTER DESIGN, PERFORMANCE AND ALGORITHMS SUPPORT ***
CryptHash.Core is a .NET Standard Class Library for text and files symmetric (AES 256 CBC) authenticated (HMACSHA256) encryption/decryption with salt, and text/files hashing (MD5, SHA1, SHA256, SHA384, SHA512 and BCrypt).
Install-Package CryptHash.Core -Version 1.1.2
dotnet add package CryptHash.Core --version 1.1.2
<PackageReference Include="CryptHash.Core" Version="1.1.2" />
paket add CryptHash.Core --version 1.1.2
Release Notes
*** THIS LIBRARY IS NO LONGER BEING MAINTAINED. USE THE CRYPTHASH.NET LIBRARY INSTEAD, WICH HAS BETTER DESIGN, PERFORMANCE AND ALGORITHMS SUPPORT ***
Dependencies
-
.NETStandard 2.0
- BCrypt.Net-Next (>= 3.1.3)
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.