SCrypt 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.
Install-Package SCrypt -Version 2.0.0.2
dotnet add package SCrypt --version 2.0.0.2
<PackageReference Include="SCrypt" Version="2.0.0.2" />
paket add SCrypt --version 2.0.0.2
Release Notes
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 jfb@zer7.com or visit the CryptSharp website at http://www.zer7.com/software/cryptsharp
Thanks and enjoy the library!
James
Dependencies
This package has no dependencies.
Used By
NuGet packages (2)
Showing the top 2 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.
|
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on SCrypt:
Repository | Stars |
---|---|
NethermindEth/nethermind
Our flagship .NET Core Ethereum client for Linux, Windows, MacOs - full and actively developed
|
|
rahvee/CBcrypt
Next-generation bcrypt, scrypt, pbkdf2
|
Version History
Version | Downloads | Last updated |
---|---|---|
2.0.0.2 | 138,970 | 5/11/2013 |