hydrabeer / doorkey

The minimal and intuitive password manager
GNU General Public License v3.0
0 stars 0 forks source link

Add password strength meter to measure password entropy #10

Open saeedshrouf opened 3 weeks ago

saeedshrouf commented 3 weeks ago

User Story

As a user, I want a password strength meter to identify if my current passwords pass statistical benchmarks measuring password entropy, so that I know that they are theoretically strong enough to not put me at risk of being hacked.

User Interactions

HACKERALERT commented 3 weeks ago

There's the zxcvbn library that does this, not sure if there is a java binding.

saeedshrouf commented 3 weeks ago

There's the zxcvbn library that does this, not sure if there is a java binding.

Found https://github.com/nulab/zxcvbn4j will look into it, may integrate it alongside further benchmarks.