https://github.com/ahmadrafidev/random-password-generator
Random Password Generator for your account!
https://github.com/ahmadrafidev/random-password-generator
password-generator security security-tools
Last synced: 12 months ago
JSON representation
Random Password Generator for your account!
- Host: GitHub
- URL: https://github.com/ahmadrafidev/random-password-generator
- Owner: ahmadrafidev
- Created: 2024-08-24T05:41:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T17:12:10.000Z (almost 2 years ago)
- Last Synced: 2025-04-13T03:57:14.908Z (over 1 year ago)
- Topics: password-generator, security, security-tools
- Language: TypeScript
- Homepage: https://random-password-generator-brown.vercel.app
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Password Generator
A simple yet powerful tool to generate strong, random passwords based on user-selected criteria, ensuring security for your accounts and data.
## Table of Contents
- [Random Password Generator](#random-password-generator)
- [Table of Contents](#table-of-contents)
- [Features](#features)
- [Password Options](#password-options)
- [Built With](#built-with)
## Features
- **Customizable Length**: Choose the desired length of the password.
- **Character Options**: Include or exclude lowercase letters, uppercase letters, numbers, and symbols.
- **Copy to Clipboard**: Easily copy the generated password with one click.
- **Secure Generation**: Uses a cryptographically secure random number generator to ensure strong passwords.
- **User-Friendly Interface**: Simple, sleek and clean design for easy use.
## Password Options
- **Length**: Adjust the length of the password (default: 12 characters).
- **Characters**:
- **Lowercase**: Include lowercase letters (a-z).
- **Uppercase**: Include uppercase letters (A-Z).
- **Numbers**: Include numbers (0-9).
- **Symbols**: Include special characters (!@#$%^&* etc.).
## Built With
- **Next.js** - A JavaScript library for building user interfaces.
- **Tailwind CSS** - A utility-first CSS framework for rapidly building custom designs.