Skip to content

A simple password generator in HTML and CSS with a modern and intuitive layout. Generate secure passwords with ease!

License

Notifications You must be signed in to change notification settings

j0hnatas/PasswordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple password generator in HTML and CSS with a modern and intuitive layout. Generate secure passwords with ease!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published