Skip to content

yuvasri07-git/Password-Strength-Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

This is a Password Strength Analyzer A tool that evaluates the strength of user-entered passwords.

Key Features: Check password length, complexity, and uniqueness Suggests stronger password alternatives Entropy-based scoring Integrated with a database to prevent reuse of old passwords

Outcome after doing this project: Learned about password security and basic cryptography concepts.

Tech stack: HTML, CSS, JavaScript

Future improvements: leak detection, backend integration