Skip to content

Why does KeePassium Password Strength Checker suck? #358

Closed Answered by keepassium
RTClarkV asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you for the feedback.

As far as I can tell, all the apps use some flavor of the Zcvbn library for entropy estimation (not sure about PassBolt). So the entropy estimates should be more or less the same, the difference is in description.

KeePassXC maps entropy to description using a custom function with arbitrary-looking thresholds (> 75 bit is good, > 100 bit is excellent).

KeePassium, in turn, uses qualitative scores from the library itself. These are based on a different principle (a logarithm of estimated "seconds to crack") and therefore are very different from KeePassXC's.

I filed #359 to switch to entropy-based descriptions similarly to KeePassXC.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@RTClarkV
Comment options

Answer selected by RTClarkV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants