zxcvbn-core
7.0.92
.NET Standard 1.3
.NET Framework 4.5.1
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package zxcvbn-core --version 7.0.92
NuGet\Install-Package zxcvbn-core -Version 7.0.92
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="zxcvbn-core" Version="7.0.92" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add zxcvbn-core --version 7.0.92
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: zxcvbn-core, 7.0.92"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install zxcvbn-core as a Cake Addin
#addin nuget:?package=zxcvbn-core&version=7.0.92
// Install zxcvbn-core as a Cake Tool
#tool nuget:?package=zxcvbn-core&version=7.0.92
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
C#/.NET port of Dan Wheeler/DropBox's Zxcvbn JS password strength estimation library. Updated for .Net Core.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5.1
- No dependencies.
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on zxcvbn-core:
Package | Downloads |
---|---|
AuthEd25519
Ultra-simple high-level library for using Ed25519 to manage accounts. |
|
HOG.TezFs
Ultra high level F# Tezos library. |
|
ArchiSteamFarm.Library
ASF is a C# application with primary purpose of idling Steam cards from multiple accounts simultaneously. |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on zxcvbn-core:
Repository | Stars |
---|---|
JustArchiNET/ArchiSteamFarm
C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
|
|
bitwarden/mobile
The mobile app vault (iOS and Android).
|
|
unosquare/passcore
A self-service password management tool for Active Directory
|
Version | Downloads | Last updated |
---|---|---|
8.0.0-beta0002 | 1,294 | 1/22/2022 |
8.0.0-beta0001 | 105 | 1/22/2022 |
7.0.92 | 428,052 | 2/12/2021 |
6.0.84 | 49,554 | 10/29/2020 |
6.0.83 | 352 | 10/29/2020 |
5.0.82 | 409 | 10/28/2020 |
5.0.81 | 332 | 10/28/2020 |
2.1.44 | 428,821 | 2/6/2018 |
2.0.36 | 894 | 2/3/2018 |
2.0.28 | 886 | 2/3/2018 |
1.1.17 | 15,485 | 3/10/2017 |
1.1.16 | 813 | 3/10/2017 |
1.1.10 | 29,667 | 8/6/2016 |
1.0.9 | 1,117 | 8/6/2016 |
1.0.8 | 1,111 | 8/6/2016 |
1.0.6 | 1,087 | 8/6/2016 |
1.0.5 | 1,572 | 8/6/2016 |
Fix Calculation Times (#27)