Skip to content

alamimran613/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

πŸ” Password Generator

A secure, client-side password generator built with vanilla HTML, CSS, and JavaScript. Generate strong, customizable passwords with real-time strength analysis and one-click copying.

Padlock Icon

πŸš€ Visit Website

🌐 Visit Password Generator: Click Here To Generate Password

✨ Features

  • πŸ”’ 100% Client-Side: No passwords are sent to any server - everything runs locally in your browser
  • βš™οΈ Fully Customizable: Choose password length (4-50 characters) and character types
  • πŸ“Š Real-Time Strength Analysis: Instant feedback on password security level
  • πŸ“‹ One-Click Copy: Copy generated passwords to clipboard with a single click
  • πŸ“± Responsive Design: Works perfectly on desktop, tablet, and mobile devices
  • ⚑ Fast & Lightweight: No dependencies, pure vanilla JavaScript

πŸ”€ Character Options

  • πŸ”  Uppercase Letters (A-Z)
  • πŸ”‘ Lowercase Letters (a-z)
  • πŸ”’ Numbers (0-9)
  • πŸ”£ Special Characters (!@#$%^&*(){}[]=<>/,.|~?)

πŸš€ Quick Start

  1. πŸ“₯ Download the files:

    git clone https://github.com/alamimran613/password-generator.git
    cd password-generator
    
  2. 🌐 Open in browser:

    open index.html
    

    Or simply drag index.html into your browser

  3. 🎯 Start generating:

    • Select your preferred options
    • Click "Generate Password"
    • Click the password field to copy to clipboard

πŸ›‘οΈ Security Features

  • 🚫 No Data Transmission: All processing happens locally
  • πŸ’Ύ No Password Storage: Generated passwords are never stored or logged
  • πŸ” Cryptographically Secure: Uses Math.random() with proper character distribution
  • πŸš€ No External Dependencies: Reduces attack surface and privacy concerns

πŸ’ͺ Password Strength Levels

Level Requirements
πŸ”΄ Very Weak Less than 2 character types
🟑 Weak 2 character types
🟠 Medium 3 character types
🟒 Strong 4 character types
πŸ”₯ Very Strong All character types + 12+ characters

🌐 Browser Compatibility

  • βœ… Chrome 50+
  • βœ… Firefox 45+
  • βœ… Safari 10+
  • βœ… Edge 13+

🀝 Contributing

We welcome contributions! Please see CONTRIBUTING.md for guidelines.

πŸ“„ License

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

πŸ”’ Security

For security concerns, please review our Security Policy.

πŸ“ž Support


⭐ Like this project? Give it a star! ⭐

About

A secure, client-side password generator built with vanilla HTML, CSS, and JavaScript. Generate strong, customizable passwords with real-time strength analysis and one-click copying.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors