Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

CH3COOH/Softbuild.Security.PasswordStrength

Repository files navigation

Softbuild.Security.PasswordStrength

Softbuild.Security.PasswordStrength is a simple validator for checking password strength. original project is PWStrength.

alt text

var result = Softbuild.Security.PasswordStrength.Validate("simple");
result.Complexity; // 0.0f - 1.0f
result.Valid; // YES or NO

License

MIT

About

A simple validator for checking password strength for Windows Store apps / Windows Phone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages