A simple web-based random password generator built with HTML, CSS, and JavaScript.
- 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
- HTML5
- CSS3
- JavaScript (ES6+)
-
Clone the repository:
git clone https://github.com/BinaryVortex/Password-Generator.git
-
Open
index.htmlin your web browser. -
Click the "Password" button to generate a new random password.
-
Click the copy icon next to the password field to copy the generated password to your clipboard.
View the live demo on GitHub Pages.
Contributions are welcome! If you have suggestions or improvements, please:
- Fork the repository
- Create a new branch for your feature
- Make your changes
- Submit a pull request
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.
