The Random Password Generator is a web application designed to create secure and random passwords for users. Its purpose is to help users generate strong passwords that can protect their online accounts from unauthorized access.
Deployed live project Link : https://random-password-generator-akanksha.netlify.app/
- Uppercase Letters: Includes uppercase letters (A-Z) in the generated password.
- Lowercase Letters: Includes lowercase letters (a-z) in the generated password.
- Numbers: Includes numbers (0-9) in the generated password.
- Symbols: Includes special characters (!, @, #, etc.) in the generated password.
- Strength Indicator: Displays the strength of the generated password using a color-coded system.
- Length Slider: Allows users to set the desired length of the password using a slider (minimum 6, maximum 20 characters).
Document.-.Profile.1.-.Microsoft.Edge.2024-05-18.10-49-29.mp4
- HTML
- CSS
- JavaScript
To set up and run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Akanksha038/Password-Generator.git
Usage:
1.Open the Random Password Generator application in your web browser.
2.Use the slider to set the desired length of your password.
3.Check the boxes to include uppercase letters, lowercase letters, numbers, and symbols in the password.
4.Click the "Generate Password" button.
5.The generated password will be displayed along with a strength indicator showing the password’s strength through different colors.