Skip to content

sudi-W/random-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random-Password-Generator

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.

Description

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.

Features

  • 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.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Getting Started

  1. Clone the repository: git clone https://github.com/your-username/Random-Password-Generator.git
  2. Open index.html in your preferred web browser.

How to Use

  1. Open the web application in your browser by launching index.html.
  2. The page will display a "Generate passwords" button and a "Clear" button, along with an explanation of the app's purpose.
  3. Click the "Generate passwords" button to generate two random passwords.
  4. The passwords will appear in separate boxes, labeled as "Password 1" and "Password 2".
  5. To generate new passwords, click the "Generate passwords" button again.
  6. If you wish to clear the generated passwords, click the "Clear" button.

Customization

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

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.

About

Generate secure random passwords with customizable lengths and character sets using this simple web application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors