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

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!

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.