CryptHash.Net
3.6.0
CryptHash.Net is a .NET multi-target class library (.NET Standard 2.0/2.1) that can be used in projects with any .NET implementation, like .NET Framework, .NET Core, Mono, Xamarin, etc., for text and files symmetric (AES_128_CBC / AES_192_CBC / AES_256_CBC / AES_128_GCM / AES_192_GCM / AES_256_GCM) authenticated encryption/decryption, text/files hashing (MD5, SHA1, SHA256, SHA384, SHA512, HMAC-MD5, HMAC-SHA1, HMAC-SHA256, HMAC-SHA384, HMAC-SHA512, PBKDF2, BCrypt and Argon2id) and text encoding/decoding (Base64 and Hexadecimal).
Install-Package CryptHash.Net -Version 3.6.0
dotnet add package CryptHash.Net --version 3.6.0
<PackageReference Include="CryptHash.Net" Version="3.6.0" />
paket add CryptHash.Net --version 3.6.0
#r "nuget: CryptHash.Net, 3.6.0"
Release Notes
Added AES_192_GCM support.
Dependencies
-
.NETStandard 2.0
- BCrypt.Net-Next (>= 3.3.3)
- Konscious.Security.Cryptography.Argon2 (>= 1.2.1)
- Microsoft.AspNetCore.Cryptography.KeyDerivation (>= 3.1.3)
-
.NETStandard 2.1
- BCrypt.Net-Next (>= 3.3.3)
- Konscious.Security.Cryptography.Argon2 (>= 1.2.1)
- Microsoft.AspNetCore.Cryptography.KeyDerivation (>= 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.
Version History
Version | Downloads | Last updated |
---|---|---|
3.6.0 | 1,333 | 3/28/2020 |
3.5.0 | 168 | 3/27/2020 |
3.4.0 | 1,887 | 1/4/2020 |
3.3.6 | 210 | 1/3/2020 |
3.3.5 | 221 | 12/11/2019 |
3.3.4 | 169 | 12/10/2019 |
3.3.3 | 153 | 12/9/2019 |
3.3.2 | 173 | 12/8/2019 |
3.3.1 | 149 | 12/6/2019 |
3.3.0 | 163 | 12/5/2019 |
3.2.0 | 243 | 11/2/2019 |
3.1.1 | 157 | 11/2/2019 |
3.1.0 | 171 | 10/30/2019 |
3.0.1 | 445 | 9/17/2019 |
3.0.0 | 187 | 9/16/2019 |
2.4.0 | 172 | 9/5/2019 |
2.3.0 | 219 | 8/15/2019 |
2.2.0 | 209 | 8/3/2019 |
2.1.0 | 219 | 7/14/2019 |
2.0.0 | 201 | 7/13/2019 |
1.1.2 | 216 | 7/12/2019 |
1.1.1 | 206 | 7/9/2019 |
1.1.0 | 212 | 7/9/2019 |
1.0.2 | 222 | 7/1/2019 |
1.0.1 | 221 | 6/29/2019 |
1.0.0 | 214 | 6/29/2019 |