Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random Password Generator with CLI tool #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kunal-mahatha
Copy link

About the Tool

This generates a password for your services like Facebook, Instagram, etc., copy it to the clipboard, and stores them in a text file named passwords.txt .

To view the saved passwords Click Here

Features

This tool generates an user customized password. User can enter the Length, number of lower and upper cases characters, number of numerals and special characters.
After password generation it copies it to the clipboard, from where it can pe easily pasted anywhere.
It uses the Fisher-Yates shuffle which runs in O(n) time and also proven to be a perfect shuffle, so it takes less time with high randomness.

About the Tool

This generates a password for your services like Facebook, Instagram, etc., copy it to the clipboard, and stores them in a text file named passwords.txt .

To view the saved passwords Click Here

Features

This tool generates an user customized password. User can enter the Length, number of lower and upper cases characters, number of numerals and special characters.
After password generation it copies it to the clipboard, from where it can pe easily pasted anywhere.
It uses the Fisher-Yates shuffle which runs in O(n) time and also proven to be a perfect shuffle, so it takes less time with high randomness.
@xlogix
Copy link
Member

xlogix commented Oct 17, 2021

Hey, thanks for contributing! Can you also update the main Readme of this repo and link your app.

@xlogix xlogix added the changes-requested Requested some changes in the PR label Oct 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes-requested Requested some changes in the PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants