zxcvbn.net
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.
Install-Package zxcvbn.net -Version 0.0.16
dotnet add package zxcvbn.net --version 0.0.16
<PackageReference Include="zxcvbn.net" Version="0.0.16" />
paket add zxcvbn.net --version 0.0.16
Release Notes
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.
Dependencies
-
- JavaScriptEngineSwitcher.V8 (>= 1.1.13)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.