avinashkranjan / Pentesting-and-Hacking-Scripts

🚀 A curated collection of Pentesting and Hacking Scripts for Script Kiddie to Advanced Pentesters. 👨‍💻
Creative Commons Zero v1.0 Universal
204 stars 138 forks source link

Password Strength Validator #387

Closed Enhancer18 closed 1 year ago

Enhancer18 commented 1 year ago

Aim

Details

Length Requirement: It verifies if the password meets a minimum length requirement. For example, it may require a password to be at least eight characters long.

Character Complexity: It examines whether the password includes a combination of different character types, such as uppercase letters, lowercase letters, numbers, and special characters. This check promotes the use of complex passwords that are harder to guess.

Error Messages: It provides meaningful and specific error messages to guide users in creating valid passwords. This helps users understand why their password is being rejected and provides suggestions on how to improve it.

Do I want to work on this:

avinashkranjan commented 1 year ago

Too Basic, Can be found any where Online.