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 Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.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 | 73,830 | 3/10/2021 |
3.6.0 | 5,359 | 3/28/2020 |
3.5.0 | 1,288 | 3/27/2020 |
3.4.0 | 4,819 | 1/4/2020 |
3.3.6 | 1,309 | 1/3/2020 |
3.3.5 | 1,451 | 12/11/2019 |
3.3.4 | 1,215 | 12/10/2019 |
3.3.3 | 1,252 | 12/9/2019 |
3.3.2 | 1,301 | 12/8/2019 |
3.3.1 | 1,219 | 12/6/2019 |
3.3.0 | 1,246 | 12/5/2019 |
3.2.0 | 2,543 | 11/2/2019 |
3.1.1 | 1,221 | 11/2/2019 |
3.1.0 | 1,273 | 10/30/2019 |
3.0.1 | 1,530 | 9/17/2019 |
3.0.0 | 1,259 | 9/16/2019 |
2.4.0 | 1,272 | 9/5/2019 |
2.3.0 | 1,311 | 8/15/2019 |
2.2.0 | 1,283 | 8/3/2019 |
2.1.0 | 1,300 | 7/14/2019 |
2.0.0 | 1,341 | 7/13/2019 |
1.1.2 | 1,341 | 7/12/2019 |
1.1.1 | 1,269 | 7/9/2019 |
1.1.0 | 1,272 | 7/9/2019 |
1.0.2 | 1,322 | 7/1/2019 |
1.0.1 | 1,261 | 6/29/2019 |
1.0.0 | 1,271 | 6/29/2019 |
Added AES_192_GCM support.