The Random Password Generator is a web tool that helps users create secure and random passwords. Built using HTML, CSS, and JavaScript, this tool allows users to generate a password of a specified length, with options to include uppercase letters, lowercase letters, numbers, and special characters.
Live Tool Link: https://krishmakadiya-password-generator.netlify.app
- Generate passwords of custom lengths
- Include/exclude uppercase letters, lowercase letters, numbers, and special characters
- Simple and responsive design
To run this project, all you need is a modern web browser.
Follow these steps to download and run the tool:
git clone <repository-url>
cd <repository-folder>
Simply open the index.html
file in your web browser:
- Navigate to the project folder.
- Double-click on
index.html
or open it with your preferred browser.
- Open the Random Password Generator in your browser.
- Specify the desired password length using the input field.
- Select options to include/exclude:
- Uppercase letters
- Lowercase letters
- Numbers
- Special characters
- Click the "Generate Password" button.
- Copy the generated password for use.
project-folder/
|
|-- index.html # Main HTML file
|-- style.css # CSS file for styling
|-- script.js # JavaScript file for logic
|-- assets/ # (Optional) Folder for images or additional assets
Contributions are welcome! Feel free to fork the repository and submit pull requests for improvements or new features.
For any queries or feedback, reach out to Krish Makadiya | krishmakadiya2005@gmail.com.