Skip to content

michael085/StopGuessing

 
 

Repository files navigation

StopGuessing

A system for protecting password-based authentication systems from online-guessing attacks.

#What is Password Guessing Attacks? Password guessing attacks are separated into two categories:

  1. Dictionary Attack: where the system uses a dictionary of common words to identify the password.

  2. Brute Force Attack: where the system tries every possible combination of passcodes until it finds the correct one.

About

A system for protecting password-based authentication systems from online-guessing attacks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 97.9%
  • HTML 1.4%
  • PowerShell 0.7%