From de909a69fe87be03bd5a5ff8355ee130d54ba452 Mon Sep 17 00:00:00 2001 From: manuelkamp <48356947+manuelkamp@users.noreply.github.com> Date: Sun, 14 Apr 2019 09:45:56 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a816b1..8eab74c 100644 --- a/README.md +++ b/README.md @@ -1 +1,6 @@ -# Mk0.Tools.PasswordStrength \ No newline at end of file +# 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");