This commit is contained in:
Manuel Kamper 2019-04-14 09:47:13 +02:00
commit a97e4aa065
1 changed files with 6 additions and 1 deletions

View File

@ -1 +1,6 @@
# Mk0.Tools.PasswordStrength
# Mk0.Tools.PasswordStrength
(C) 2019 mk0.at
This includes the PasswordStrength Class which calculates the strength of a password.
Usage:
double score = PasswordStrength.Score("Te$tPassw0rD");