Skip to content

A web app where users type a password, and the app rates its strength (weak/medium/strong) based on entropy, dictionary attacks, etc.

Notifications You must be signed in to change notification settings

daniel3316/password-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Checker Web App

This is a simple password checker web application that evaluates the strength of user-provided passwords. It checks for common patterns and provides feedback to help users create stronger passwords.

Project Structure

password-checker-app
├── src
│   ├── index.html        # Main HTML document
│   ├── app.js            # JavaScript for password checking functionality
│   └── styles
│       └── style.css     # CSS styles for the web app
├── package.json          # npm configuration file
└── README.md             # Project documentation

Features

  • Validates password strength
  • Checks for common patterns
  • Provides user feedback on password strength

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Node.js and npm installed on your machine.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/password-checker-app.git
    
  2. Navigate to the project directory:

    cd password-checker-app
    
  3. Install the dependencies:

    npm install
    

Usage

  1. Open src/index.html in your web browser.
  2. Enter a password in the input field and receive immediate feedback on its strength.

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue.

License

This project is licensed under the MIT License.

About

A web app where users type a password, and the app rates its strength (weak/medium/strong) based on entropy, dictionary attacks, etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published