Skip to content

Conversation

@0x5A69656C
Copy link

In this pull request I removed words.rs and it's use in the generate password button in cursive. This is because the password's generated were only 6 random all lower cased words. I replaced it with a function that creates random passwords containing all lower case letters, uppercase letters, numbers, and special characters. If you desire even more security you can change the type from 0 to 1 in password_generator() which includes the extended ASCII characters.

@alexanderkjall
Copy link
Collaborator

Thanks for the pull request!

I think there is a case to be made to be able to both generate passwords with normal words, and more dense entropy.

Maybe this should be a selection option on the generate password dialog.

@0x5A69656C
Copy link
Author

0x5A69656C commented Oct 31, 2025

I added a passphrase generator with the same word list used before and included a dialog option in cursive to use the password generator or the passphrase generator. Let me know if you have any other suggestions.

@0x5A69656C
Copy link
Author

Made the suggested changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants