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

More advanced password generator #20

Open
TheSparrowLenz opened this issue Aug 7, 2020 · 1 comment
Open

More advanced password generator #20

TheSparrowLenz opened this issue Aug 7, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@TheSparrowLenz
Copy link

A way more advanced password generator. Don't exactly understand the length cap of 32.

Some options to consider:

Non-pronouncable:
image

Pronouncable:
image

@TheSparrowLenz
Copy link
Author

Make it even more advanced like so:

I would like to be able to create sections in a randomly generated password (pronouncable or not pronouncable) in order to randomize those sections again.

example:

randomly generated password (pronouncable= yes, length 109= 15 words, uppercase= yes, lowercase= yes, separated by= underscore):  Named5_Varied_9Refold_1george_Croix_6foggy_7Undying_Dents_Meyers_frock3_Exquisite_Hums_1Anaconda_dud_Uncouth6

This would be divided into either sections with random length or user-preference based length sections like so in case of unpronouncable:   Named5_Varied_9//Refold_1george_Croix//6foggy_7Undying_D//ents_Meyers_frock3//Exquisite_Hums_1Anac//onda_dud_Uncouth6

This would be divided into either sections with random length or user-preference based length sections like so in case of pronouncable:  Named5_Varied//9Refold_1george//Croix_6foggy_7//Undying_Dents_Meyers//frock3_Exquisite//Hums_1Anaconda_//dud_Uncouth6

Each individual divided section can then completely separate from each other be randomized based on a user-preference amount of times thus creating a truly randomized password for extra security. A bit like the concept of encrypting with different cryptokeys.

@veler veler added the enhancement New feature or request label Aug 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants