Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.43 KB

File metadata and controls

54 lines (33 loc) · 1.43 KB

Password Generator

A simple web-based random password generator built with HTML, CSS, and JavaScript.

Features

  • Generates secure passwords of 12 characters
  • Includes uppercase letters, lowercase letters, numbers, and symbols
  • Ensures at least one character from each category for added security
  • Easy-to-use interface with a one-click copy button

Technologies Used

  • HTML5
  • CSS3
  • JavaScript (ES6+)

How to Use

  1. Clone the repository:

    git clone https://github.com/BinaryVortex/Password-Generator.git
  2. Open index.html in your web browser.

  3. Click the "Password" button to generate a new random password.

  4. Click the copy icon next to the password field to copy the generated password to your clipboard.

Screenshots

Application Screenshot

Live Demo

View the live demo on GitHub Pages.

Contributing

Contributions are welcome! If you have suggestions or improvements, please:

  1. Fork the repository
  2. Create a new branch for your feature
  3. Make your changes
  4. Submit a pull request

License

This project is open source and available under the MIT License. (If no license file exists, consider adding one.)


Note: This password generator creates random passwords for demonstration purposes. For highly sensitive applications, consider using established password managers or libraries.