zxcvbn.net
0.0.16
dotnet add package zxcvbn.net --version 0.0.16
NuGet\Install-Package zxcvbn.net -Version 0.0.16
<PackageReference Include="zxcvbn.net" Version="0.0.16" />
paket add zxcvbn.net --version 0.0.16
#r "nuget: zxcvbn.net, 0.0.16"
// Install zxcvbn.net as a Cake Addin
#addin nuget:?package=zxcvbn.net&version=0.0.16
// Install zxcvbn.net as a Cake Tool
#tool nuget:?package=zxcvbn.net&version=0.0.16
This package allows you to check the realistic entropy (i.e., difficulty of a hacker to crack) of a given password. The package ports the original zxcvbn js library to .net. This means the suitability of a password can be checked server side. Further more the calculated entropy matches the calculations made client side with the original (included) zxcvbn js library.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
- JavaScriptEngineSwitcher.V8 (>= 1.1.13)
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 embedded into zxcvbn.dll)
js/zxcvbn-async.js Copyright (c) 2012 Dropbox, Inc.