Easy.Password.Validator
1.1.3
See the version list below for details.
dotnet add package Easy.Password.Validator --version 1.1.3
NuGet\Install-Package Easy.Password.Validator -Version 1.1.3
<PackageReference Include="Easy.Password.Validator" Version="1.1.3" />
paket add Easy.Password.Validator --version 1.1.3
#r "nuget: Easy.Password.Validator, 1.1.3"
// Install Easy.Password.Validator as a Cake Addin #addin nuget:?package=Easy.Password.Validator&version=1.1.3 // Install Easy.Password.Validator as a Cake Tool #tool nuget:?package=Easy.Password.Validator&version=1.1.3
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 | Versions 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- 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.4 | 7,810 | 5/18/2024 |
1.2.3 | 2,750 | 3/21/2024 |
1.2.2 | 224 | 3/18/2024 |
1.1.8 | 15,808 | 8/24/2023 |
1.1.7 | 729 | 8/16/2023 |
1.1.6 | 812 | 8/1/2023 |
1.1.5 | 884 | 7/24/2023 |
1.1.4 | 13,005 | 2/8/2023 |
1.1.3 | 6,418 | 1/2/2023 |
1.1.2 | 1,285 | 9/14/2022 |
1.1.1 | 5,499 | 12/29/2020 |
1.1.0 | 1,172 | 11/10/2020 |
1.0.4 | 1,233 | 11/3/2020 |
1.0.3 | 1,273 | 8/13/2020 |
1.0.2 | 1,186 | 5/7/2020 |
1.1.3
Add support for .NET Standard 2.0
1.1.2
Update output DLL name
1.1.1
Add entropy tester
1.1.0
Add support for error messages in other languages (German included in this update)
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