EzPasswordValidator 2.0.0
A .NET standard library for easy password validation. This library defines 11 predefined checks and an easy way to implement custom checks.
Install-Package EzPasswordValidator -Version 2.0.0
dotnet add package EzPasswordValidator --version 2.0.0
<PackageReference Include="EzPasswordValidator" Version="2.0.0" />
paket add EzPasswordValidator --version 2.0.0
See the project page for a complete overview of the available checks and usage details.
See the project page for a complete overview of the available checks and usage details.
Release Notes
**IMPORTANT** v2.0.0 is a major version change and brings some breaking changes.
New in this version:
- Partial criteria matching
- User can customize length on sequences and repetition checks
- Default requirements have been updated (See docs)
- Replaced some slow regex
Dependencies
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on EzPasswordValidator:
Package | Downloads |
---|---|
LimFx.Common
A simple package contains basic crud functions, bad word replacer, rate limiter(throttling) and basic email service using mongodb
|
GitHub repositories
This package is not used by any popular GitHub repositories.