CryptSharp 1.2.0.1
See the version list below for details.
dotnet add package CryptSharp --version 1.2.0.1
NuGet\Install-Package CryptSharp -Version 1.2.0.1
<PackageReference Include="CryptSharp" Version="1.2.0.1" />
paket add CryptSharp --version 1.2.0.1
#r "nuget: CryptSharp, 1.2.0.1"
// Install CryptSharp as a Cake Addin #addin nuget:?package=CryptSharp&version=1.2.0.1 // Install CryptSharp as a Cake Tool #tool nuget:?package=CryptSharp&version=1.2.0.1
CryptSharp provides Blowfish, BCrypt, SCrypt, and PBKDF2 for any HMAC (.Net's built-in PBKDF2 implementation supports only SHA-1). If you are looking to store passwords in a database, BCrypt is much harder for an attacker to break than, say, simple MD5 or SHA-1.
Cleaned up version of the work of James F. Bellinger on http://www.zer7.com/software.php?page=cryptsharp
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CryptSharp:
Package | Downloads |
---|---|
NetKeystore
A .NET standard class library for interacting with Ethereum keystore files |
GitHub repositories
This package is not used by any popular GitHub repositories.
This is perpetually locked; James released a completely rehashed CryptSharp containing more unix methods but the signatures are different, contains more libs etc.