Skip to content

Generate a random, strong password upto 20 characters with the combination of uppercase and lowercase letters, numbers and special characters and see the strength of the password instantly.

Notifications You must be signed in to change notification settings

towkir/password-generator

Repository files navigation

Password Generator App

Preview for the Password generator app

Description

This project lets you generate a random, strong password. Passwords that can have various combination of characters upto the length of 20.

You can check the strength of the generated password scored by a popular library zxcvbn. Passwords are never stored neither on your device nor into any servers, no network calls are made.

Features

This project offers a few really really simple features, such as:

  • Control the characters you want to include in your password
  • Control the length of the password
  • Generate the password (obviously)
  • See a strength score instantly after generating the password

About

GitHub Repo can be found here (if you're not already viewing this from github).


Project Setup Instructions

This project was created with Vite and React.

Install dependencies:

npm install

Run the app in the development mode:

npm run dev

Build the app for production:

npm run build

Feel free to contribute, fix bugs, or provide feedback


N.B. If you serve this project locally over http, the copy password feature might not work, because the clipboard api is sensitive to security. But it works expected once it's hosted through https.

About

Generate a random, strong password upto 20 characters with the combination of uppercase and lowercase letters, numbers and special characters and see the strength of the password instantly.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published