Easy.Password.Validator 1.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package Easy.Password.Validator --version 1.0.4
NuGet\Install-Package Easy.Password.Validator -Version 1.0.4
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="Easy.Password.Validator" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Easy.Password.Validator --version 1.0.4
#r "nuget: Easy.Password.Validator, 1.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Easy.Password.Validator as a Cake Addin
#addin nuget:?package=Easy.Password.Validator&version=1.0.4

// Install Easy.Password.Validator as a Cake Tool
#tool nuget:?package=Easy.Password.Validator&version=1.0.4

This project was created to provide an easy to use and configurable password validation library. If the default configuration is sufficient for your needs the library can be used out of the box without further setup. However, if you have specific validation needs you can alter the library configuration settings and also provide custom validation methods.


There are two parts to this library: score checking and validation testing. Testing a password will perform both actions. The score checking will provide an overall score to a password which is the sum of all test scores. The validation testing will return whether a password passed or failed the tests.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.1

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

Version Downloads Last updated
1.2.3 110 3/21/2024
1.2.2 110 3/18/2024
1.2.1 150 3/7/2024
1.2.0 113 3/7/2024
1.1.8 6,533 8/24/2023
1.1.7 622 8/16/2023
1.1.6 724 8/1/2023
1.1.5 728 7/24/2023
1.1.4 11,518 2/8/2023
1.1.3 5,275 1/2/2023
1.1.2 1,196 9/14/2022
1.1.1 5,072 12/29/2020
1.1.0 1,079 11/10/2020
1.0.4 1,108 11/3/2020
1.0.3 1,154 8/13/2020
1.0.2 1,074 5/7/2020

1.0.4
Add XML file to output to allow Intellisense to work with package

1.0.3
Add ability to run when loading bad lists fails

1.0.2
Add remote download of bad lists for NuGet package

1.0.1
Fix issue caused by dependent text files not being available in NuGet package