Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/md0011/password-generator
- Owner: md0011
- Created: 2024-04-26T08:22:08.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-29T11:40:40.000Z (8 months ago)
- Last Synced: 2024-04-29T12:44:26.164Z (8 months ago)
- Topics: hooks, jsx, react
- Language: JavaScript
- Homepage: https://strong-random-password-generator.vercel.app/
- Size: 410 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.