Skip to content

ExXTreMe315/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

A simple, secure password generator built with vanilla JavaScript.

Password Generator Screenshot

Features

  • Adjustable Length: Use the slider to set password length from 3 to 128 characters
  • Character Options: Toggle inclusion of:
    • Uppercase letters (A-Z)
    • Lowercase letters (a-z)
    • Numbers (0-9)
    • Special characters (!@#$%^&* etc.)
  • Smart Checkbox Logic: At least one character type must always be selected - the last remaining option is automatically disabled to prevent having zero options
  • One-Click Copy: Copy generated passwords to clipboard instantly
  • Responsive Design: Works on desktop and mobile devices

Usage

  1. Open index.html in your web browser
  2. Adjust the password length using the slider
  3. Select which character types to include using the checkboxes
  4. Click "Generate Password" to create a new password
  5. Click the copy button to copy the password to your clipboard

Installation

No installation required! Simply clone or download this repository and open index.html in any modern web browser.

git clone https://github.com/ExXTreMe315/password-generator.git
cd password-generator
# Open index.html in your browser

Files

  • index.html - Main HTML structure
  • style.css - Styling and responsive design
  • script.js - Password generation logic and UI interactions

Security Note

This password generator runs entirely in your browser. No passwords are sent to any server or stored anywhere. For maximum security, use this generator offline or host it on your own server.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •