Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 799 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 799 Bytes

Password Generator

A simple password generator built with HTML, CSS, and JavaScript.

How to Use

  1. Open the index.html file in any modern browser.
  2. Click the "Generate Password" button.
  3. Your generated password will be displayed in the designated area.

Customization

If you wish to adjust the password length or included characters, you can edit the script.js file and modify the length and charset variables as needed.

const length = 12; // Change the password length as needed
const charset = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*()_+";

Author

License

This project is licensed under the MIT License.