Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Password Strength Checker

Password strength is determined by factors such as

  • Length of the password
  • Uppercase characters
  • Lowercase characters
  • Numeric Characters
  • Special Characters - @#$%^&(){}[]!/-
  • Randomness - Doesn't include firstname or lastname or date of birth of the user

In this project, I decided not to go with randomness, to keep it simple.

Tech Stack

  • Frontend - HTML, CSS
  • Backend - Flask
  • Middleware - CORS (Smoother communication between frontend and backend)

Architecture

Frontend(user input) -> Backend(logic + CORS check) -> Frontend(output)

Frontend Screenshot

About

Checks the password strength by considering factors like length, uppercase, lowercase, special characters.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages