You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behaviour:
Adding repetitive characters to the end of a password should slightly increase the total entropy of the password (and thus the score), although not by much.
Actual behaviour:
Adding repetitive characters lowers the score!
Expected behaviour:
Adding repetitive characters to the end of a password should slightly increase the total entropy of the password (and thus the score), although not by much.
Actual behaviour:
Adding repetitive characters lowers the score!
Example:
totalEntropy(
ar.D4eU[J~Kk_iU$$$$
) > totalEntropy(ar.D4eU[J~Kk_iU$$
) > totalEntropy(ar.D4eU[J~Kk_iU$
)But the scores are as follows:
strength(
ar.D4eU[J~Kk_iU$
) = 4.75strength(
ar.D4eU[J~Kk_iU$$
) = 4.25strength(
ar.D4eU[J~Kk_iU$$$$
) = 3.75The text was updated successfully, but these errors were encountered: