0% found this document useful (0 votes)
39 views1 page

Password Analyzer

Uploaded by

rejoyanayana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views1 page

Password Analyzer

Uploaded by

rejoyanayana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Project Title: Password Analyzer

Name: Nayana Rejoya


Roll Number: 52(23CY052)
Class/Branch: 2023-2027

Abstract:
The Password Analyzer is a simple Python-based tool designed to assess the
strength of user-provided password. Password has been a predominating
approach for user authentication to gain access to restricted resources.
The project focuses on evaluating the security of a password based on various
criteria such as length, the inclusion of lowercase and uppercase letters, digits,
and special characters. The objective is to help users create more secure
passwords by providing feedback on their current password strength and
offering suggestions for improvement.

The analyser works by applying a series of checks using regular


expressions (regex) to verify that the password meets certain security
standards. A password is considered "strong" if it satisfies all the criteria; if it
meets only some of the criteria, it is categorized as "medium," and if it fails to
meet most or all criteria, it is categorized as "weak." The tool also provides
actionable recommendations to enhance the password, making it more robust
and secure.
This project aims to promote better password practices and raise awareness
about online security, contributing to safer digital environments.

Keywords:
Password Strength ,password is strong or weak,Password Analysis, Password
Security, Criteria Check, Length Validation, Uppercase Letters, Lowercase
Letters, Special Characters,Numerical Digits, Regular Expressions (Regex)

You might also like