Info
Version: | 1.0.6.3 |
Author(s): | eharvey |
Last Update: | Monday, July 6, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.cbcrypt.org/ |
NuGet Url: | https://www.nuget.org/packages/CBCrypt |
Install
Install-Package CBCrypt
dotnet add package CBCrypt
paket add CBCrypt
CBCrypt Download (Unzip the "nupkg" after downloading)
Dependencies
- BouncyCastle(1.7.0)
- SCrypt(2.0.0.2)
Tags
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.