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

Display length of manually entered password in generator dialog #10858

Closed
ygoe opened this issue Jun 4, 2024 · 0 comments · Fixed by #10940
Closed

Display length of manually entered password in generator dialog #10858

ygoe opened this issue Jun 4, 2024 · 0 comments · Fixed by #10940
Milestone

Comments

@ygoe
Copy link

ygoe commented Jun 4, 2024

Summary

The password generator can generate passwords of a specified length, but it can also be used to evaluate the security level (entropy) of a typed-in password. Additionally, it should display the length of the current password in characters.

Examples

No screenshot possible, the window is invisible. But to the left side of the entropy value, for example, the length in characters could be added.

Context

Additional information to the user. I could count characters as well, or copy it to Notepad++ and select it to see the length. It's just tedious work and the computer already knows the info. This should be a trivial change.

@droidmonkey droidmonkey added this to the v2.8.0 milestone Jun 8, 2024
AgostonSzepessy added a commit to AgostonSzepessy/keepassxc that referenced this issue Jun 21, 2024
Displays the number of characters in the password field in the password
generator dialog. This fixes keepassxreboot#10858.
pull bot pushed a commit to tigerwill90/keepassxc that referenced this issue Jun 23, 2024
Displays the number of characters in the password field in the password generator dialog. This fixes keepassxreboot#10858.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants