jeb495 / C-Sharp-Password-Strength-Tool

A crude command line tool that evaluates the strength of a given password

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🍣 C# Password Security Test

A C# console application that determines the strength of a given password based on various criteria

📶 Made with C# using the .NET framework

Please Note:

Just because you get a bad score on a password doesn't mean its entirely bad. 

The password checker looks for special characters and character count to determine its score. 

The Score reflects how random and hard to guess your password is

About

A crude command line tool that evaluates the strength of a given password


Languages

Language:C# 100.0%