Update README.md
This commit is contained in:
parent
3039a9af99
commit
2fbeecc42a
@ -1,6 +1,13 @@
|
|||||||
# Mk0.Tools.PasswordStrength
|
# Mk0.Tools.Password
|
||||||
(C) 2019 mk0.at
|
(C) 2019 mk0.at
|
||||||
|
|
||||||
This includes the PasswordStrength Class which calculates the strength of a password.
|
This includes the PasswordStrength Class which calculates the strength of a password.
|
||||||
Usage:
|
Usage:
|
||||||
double score = PasswordStrength.Score("Te$tPassw0rD");
|
double score = PasswordStrength.Score("Te$tPassw0rD");
|
||||||
|
|
||||||
|
Also there is a password Generator.
|
||||||
|
Usage:
|
||||||
|
string password = new PasswordGenerator().Next();
|
||||||
|
|
||||||
|
You can use following one, some or all optional parameters:
|
||||||
|
PasswordGenerator(int length, bool lowercase, bool uppercase, bool numeric, bool specialchars);
|
||||||
|
Loading…
Reference in New Issue
Block a user