zxcvbn-ts / zxcvbn

Low-Budget Password Strength Estimation
https://www.usenix.org/conference/usenixsecurity16/technical-sessions/presentation/wheeler
MIT License
907 stars 72 forks source link

A demo that can be run offline would be nice #181

Closed rdhyee closed 1 year ago

rdhyee commented 1 year ago

I'm planning to show https://zxcvbn-ts.github.io/zxcvbn/demo/ to people but am wary of asking people to trust their real passwords with the demo. Is there a way to rewrite the demo so that someone could save the page locally and run the calculation locally (with the network connection off for extra measure)?

MrWook commented 1 year ago

The demo is a static page under the gh-page branch. Feel free to copy the branch and run it locally. But without a network connection you would need to disable the pwned matcher.