Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/md0011/password-generator

Generate secure and customizable random passwords
https://github.com/md0011/password-generator

hooks jsx react

Last synced: about 2 months ago
JSON representation

Generate secure and customizable random passwords

Awesome Lists containing this project

README

        

# Random Password Generator

This React.js application provides a user-friendly interface for generating secure and customizable random passwords.

## Features:

- Generate passwords of any desired length (within reasonable limits)
- Choose to include letters, numbers, and symbols for increased complexity
- Easily copy the generated password to your clipboard with a single click

#### [Live Demo](https://strong-random-password-generator.vercel.app/) on Vercel



## Usage

1. Open the application in your web browser.
2. Use the slider to adjust the desired password length.
3. Select the character sets you want to include in the password (numbers, symbols).
4. A new random password will be displayed.
5. Click the "Copy" button to copy the password to your clipboard.