Skip to content

Your Password Security GUARDIAN!!! ##PASSGUAGE## _____Prodigy_CS_03____

Notifications You must be signed in to change notification settings

KhushXploit333/PassGauge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

PassGauge

PassGuage : Your Password Security Guardian!!! ! ##PASSGUAGE## _Prodigy_CS_03 A robust password strength meter to enhance security!!

Introduction

PassMeter is a web-based tool designed to assess the strength of passwords. It provides real-time feedback to users, helping them create strong, secure passwords.

Features:

Real-time Feedback: Instantly evaluates password strength as the user types. Strength Meter: Visually represents password strength using a progress bar or color-coded indicators. Clear Recommendations: Provides specific suggestions for improving password strength, such as adding uppercase letters, numbers, or special characters. Regular Expression (Regex) Based: Employs robust regex patterns to analyze password complexity. How to Use:

1.Clone the Repository: ````Bash

     git clone https://github.com/Thencrypt-K3/PassGauge.git

2.Install Dependencies: Ensure you have Node.js and npm installed. Then, run: npm install

  1. Start the Development Server:
                  npm start
                  npm install
    

Access the Application: Open your web browser and navigate to http://localhost:3000.  

Technology Stack:

HTML: Structure and layout of the web page. CSS: Styling and visual design. JavaScript: Client-side logic for password strength evaluation and user interaction. Password Strength Criteria:

Length: A minimum password length (e.g., 8 characters). Uppercase Letters: Presence of at least one uppercase letter. Lowercase Letters: Presence of at least one lowercase letter. Numbers: Presence of at least one number. Special Characters: Presence of at least one special character. Contributing:

We welcome contributions to PassGuage Feel free to fork the repository, make improvements, and submit pull requests.

Additional Tips:

Consider using a library like zxcvbn for advanced password strength analysis. Implement a visually appealing and user-friendly interface. Add features like password history and password generator. Consider security best practices to protect user data, especially if you're collecting passwords.