Update README.md

This commit is contained in:
manuelkamp 2019-04-14 09:45:56 +02:00 committed by GitHub
parent 1c1f450b58
commit de909a69fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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");