CryptSharp 1.2.0.1

There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CryptSharp" Version="1.2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CryptSharp --version 1.2.0.1
#r "nuget: CryptSharp, 1.2.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
1.3.0 151,088 10/11/2017
1.2.0.1 81,346 6/20/2012

This is perpetually locked; James released a completely rehashed CryptSharp containing more unix methods but the signatures are different, contains more libs etc.