SCrypt 2.0.0.2
dotnet add package SCrypt --version 2.0.0.2
NuGet\Install-Package SCrypt -Version 2.0.0.2
<PackageReference Include="SCrypt" Version="2.0.0.2" />
paket add SCrypt --version 2.0.0.2
#r "nuget: SCrypt, 2.0.0.2"
// Install SCrypt as a Cake Addin #addin nuget:?package=SCrypt&version=2.0.0.2 // Install SCrypt as a Cake Tool #tool nuget:?package=SCrypt&version=2.0.0.2
This subset of CryptSharp contains only its SCrypt and any-HMAC PBKDF2 functionality.
If you need these algorithms for purposes unrelated to passwords, this package may be sufficient for you. If you are dealing with passwords, use the "CryptSharpOfficial" package.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on SCrypt:
Package | Downloads |
---|---|
CBCrypt
CBCrypt : Next-generation user authentication, beyond bcrypt, scrypt, pbkdf2 CBCrypt deterministically generates an asymmetric keypair from servername, username, and password. Users can authenticate to the server without ever sending their password. For more details, see https://www.cbcrypt.org |
|
NaclKeys
Small library to generate libsodium-net compatible KeyPair`s and encoded public keys based on predefined formats. |
|
EllipticBit.Services.Cryptography.NetFramework
Package Description |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on SCrypt:
Repository | Stars |
---|---|
NethermindEth/nethermind
A robust execution client for Ethereum node operators.
|
|
rahvee/CBcrypt
Next-generation bcrypt, scrypt, pbkdf2
|
Version | Downloads | Last updated |
---|---|---|
2.0.0.2 | 833,215 | 5/11/2013 |
2.0.0 (May 8, 2013):
Documentation! The meaning of methods, no longer a mystery...
Utilities:
Made the Pbkdf2 class easier to use.
Optimized the SCrypt code. It is now 50% faster.
Miscellaneous:
I now code-sign the CryptSharp DLL so you can confirm it is unaltered.
1.2.0 (January 23, 2011):
The SCrypt KDF is now supported as CryptSharp.Utility.SCrypt.
Added djb's Salsa20, required by SCrypt.
If you have any questions, comments, or run into any problems, don't hesitate to send me an e-mail at [email protected] or visit the CryptSharp website at http://www.zer7.com/software/cryptsharp
Thanks and enjoy the library!
James