CryptHash.Net
3.6.1
dotnet add package CryptHash.Net --version 3.6.1
NuGet\Install-Package CryptHash.Net -Version 3.6.1
<PackageReference Include="CryptHash.Net" Version="3.6.1" />
paket add CryptHash.Net --version 3.6.1
#r "nuget: CryptHash.Net, 3.6.1"
// Install CryptHash.Net as a Cake Addin
#addin nuget:?package=CryptHash.Net&version=3.6.1
// Install CryptHash.Net as a Cake Tool
#tool nuget:?package=CryptHash.Net&version=3.6.1
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).
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- BCrypt.Net-Next (>= 4.0.2)
- Konscious.Security.Cryptography.Argon2 (>= 1.2.1)
- Microsoft.AspNetCore.Cryptography.KeyDerivation (>= 5.0.4)
-
.NETStandard 2.1
- BCrypt.Net-Next (>= 4.0.2)
- Konscious.Security.Cryptography.Argon2 (>= 1.2.1)
- Microsoft.AspNetCore.Cryptography.KeyDerivation (>= 5.0.4)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on CryptHash.Net:
Package | Downloads |
---|---|
AmCreations.Configuration.EncryptedJson
Package Description |
|
Kryptera
Kryptera is a .NET Core Tool to quickly encrypt and decrypt files using AEAD AES-256-GCM, as well as an encryption key generator. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.6.1 | 20,667 | 3/10/2021 |
3.6.0 | 2,567 | 3/28/2020 |
3.5.0 | 386 | 3/27/2020 |
3.4.0 | 3,932 | 1/4/2020 |
3.3.6 | 433 | 1/3/2020 |
3.3.5 | 612 | 12/11/2019 |
3.3.4 | 397 | 12/10/2019 |
3.3.3 | 376 | 12/9/2019 |
3.3.2 | 380 | 12/8/2019 |
3.3.1 | 346 | 12/6/2019 |
3.3.0 | 372 | 12/5/2019 |
3.2.0 | 784 | 11/2/2019 |
3.1.1 | 363 | 11/2/2019 |
3.1.0 | 376 | 10/30/2019 |
3.0.1 | 673 | 9/17/2019 |
3.0.0 | 411 | 9/16/2019 |
2.4.0 | 404 | 9/5/2019 |
2.3.0 | 435 | 8/15/2019 |
2.2.0 | 422 | 8/3/2019 |
2.1.0 | 434 | 7/14/2019 |
2.0.0 | 428 | 7/13/2019 |
1.1.2 | 434 | 7/12/2019 |
1.1.1 | 418 | 7/9/2019 |
1.1.0 | 444 | 7/9/2019 |
1.0.2 | 425 | 7/1/2019 |
1.0.1 | 436 | 6/29/2019 |
1.0.0 | 434 | 6/29/2019 |
Added AES_192_GCM support.