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 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. |
-
- 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.