zxcvbn.net
0.0.6
See the version list below for details.
dotnet add package zxcvbn.net --version 0.0.6
NuGet\Install-Package zxcvbn.net -Version 0.0.6
<PackageReference Include="zxcvbn.net" Version="0.0.6" />
paket add zxcvbn.net --version 0.0.6
#r "nuget: zxcvbn.net, 0.0.6"
// Install zxcvbn.net as a Cake Addin #addin nuget:?package=zxcvbn.net&version=0.0.6 // Install zxcvbn.net as a Cake Tool #tool nuget:?package=zxcvbn.net&version=0.0.6
This package alows you to check the realistic entropy of (i.e., difficulty of a hacker to crack) a given password. The package ports the orignal zxcvbn js library to .net. This means server side check of a passwords suitablity can be made. Further more the calulated entropy matches the calculations made client side with the orignal (included) zxcvbn js library.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. 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
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
The following files (components) are licensed under the MIT License:
js/zxcvbn.js Copyright (c) 2012 Dropbox, Inc.
(note this file is also embedding into zxcvbn.dll)
js/zxcvbn-async.js Copyright (c) 2012 Dropbox, Inc.
------------------------------------------------------------
The following files (embedded components) are licensed under the Microsoft Public License (Ms-PL):
jurassic.dll Copyright � Paul Bartrum 2010