You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
Mk0.Tools.Password | 3 years ago | |
.gitattributes | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
Mk0.Tools.Password.sln | 3 years ago | |
README.md | 3 years ago |
README.md
Mk0.Tools.Password
(C) 2019 mk0.at
This includes the PasswordStrength Class which calculates the strength of a password. Usage: 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);