Skip to content

A Python tool to validate password strength based on criteria such as length, case sensitivity, and special characters, designed to enhance cybersecurity practices.

Notifications You must be signed in to change notification settings

YSayaovong/Secure-Password-Validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Secure Password Validator

What I Did

I built a Python tool to validate password strength based on common security criteria like length, uppercase and lowercase letters, numbers, and special characters.

Why I Did This Project

This project was designed to enhance my understanding of basic cybersecurity principles and Python string manipulation while creating a practical tool that can be integrated into other applications.

What I Accomplished

  • Developed a user-friendly password validation tool.
  • Applied Python programming concepts like regex and conditional logic.
  • Improved my understanding of security best practices.

About

A Python tool to validate password strength based on criteria such as length, case sensitivity, and special characters, designed to enhance cybersecurity practices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages