Random-Password-Generator is a simple web application for generating random passwords with customizable lengths and character sets. It allows users to create secure passwords easily.
Random-Password-Generator is a straightforward web application that helps users create secure random passwords. The app allows users to generate two distinct random passwords and ensures they are not the same. It offers customization options for password length and character sets.
- Generate two random passwords with the desired length and character sets.
- Customize password length to meet your security requirements.
- Select from a wide range of characters to include in the passwords.
- Ensure that the generated passwords are different from each other.
- HTML
- CSS
- JavaScript
- Clone the repository:
git clone https://github.com/your-username/Random-Password-Generator.git - Open
index.htmlin your preferred web browser.
- Open the web application in your browser by launching
index.html. - The page will display a "Generate passwords" button and a "Clear" button, along with an explanation of the app's purpose.
- Click the "Generate passwords" button to generate two random passwords.
- The passwords will appear in separate boxes, labeled as "Password 1" and "Password 2".
- To generate new passwords, click the "Generate passwords" button again.
- If you wish to clear the generated passwords, click the "Clear" button.
You can customize the password length and character sets by modifying the JavaScript code in index.js. The characters array contains the characters that can be included in the random passwords, and the desiredLength variable determines the length of the passwords.
Contributions are welcome! If you'd like to enhance the app's functionality or fix issues, feel free to fork the repository and submit a pull request.