Skip to content

A web-based tool using HTML, CSS, and JavaScript to generate customizable passwords with options for length, uppercase letters, numbers, and special characters.

License

Notifications You must be signed in to change notification settings

hide-place/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Password Generator

A simple password generator web application that allows users to create strong and customizable passwords. Users can specify the length of the password and choose to include uppercase letters, numbers, and special characters.

Try it out

Check out the live demo here.

Table of Contents

Features

  • Generate passwords of customizable length.
  • Option to include uppercase letters.
  • Option to include numbers.
  • Option to include special characters.
  • Simple and user-friendly interface.

Installation

  1. Clone the repository:

    git clone https://github.com/hide-place/password-generator.git
  2. Navigate to the project directory:

    cd password-generator

Usage

  1. Open index.html in your preferred web browser.

  2. Use the input fields and checkboxes to customize the password options:

    • Length of password: Specify the desired length of the password.
    • Include uppercase letters: Check this option to include uppercase letters in the password.
    • Include numbers: Check this option to include numbers in the password.
    • Include special characters: Check this option to include special characters in the password.
  3. Click the Generate button to create a password based on the selected options.

  4. The generated password will be displayed in the text field.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit them (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a new Pull Request.

License

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

About

A web-based tool using HTML, CSS, and JavaScript to generate customizable passwords with options for length, uppercase letters, numbers, and special characters.

Topics

Resources

License

Stars

Watchers

Forks

Languages