Skip to content

A password verification application written in C#. Checks the password against a wordlist of commonly used passwords, checks the password for length and special characters to ensure the users password is as strong as possible.

Notifications You must be signed in to change notification settings

simonchalder/Password-Verirfication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password-Verirfication

A password verification application written in C#. Checks the password against a wordlist of commonly used passwords, checks the password for length and special characters to ensure the users password is as strong as possible.

Current Features

Assess password strength based on:

  • Is the password found in a list of commonly used passwords?
  • Is the password longer than 8 characters?
  • Does the password contain uppercase letters?
  • Does the password contain special characters?

Example 1

Weak password 1

Example 2

Stronger password 2

To-do:

  • Input verification, the project has some already but more may be needed
  • Testing

About

A password verification application written in C#. Checks the password against a wordlist of commonly used passwords, checks the password for length and special characters to ensure the users password is as strong as possible.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages