Password strength with zxcvbn
August 1, 2017 12:00 AM
Has anyone integrated zxcvbn into a Lectora course? We want to build a course that helps learners build strong passwords, and zxcvbn seems like a far more robust option than we could develop in-house (and it's free!). I haven't tried it yet, and before I do I'd love any tips, pitfalls, etc. from anyone who's walked this road ahead of me.
Discussion (2)
You, sir, are a gentleman and a scholar. Thank you very much!
Hey Stan,
I took a look at that library and made a quick title showing how it can be used in Lectora.
As you can see, I simply added an HTML extension with a script tag that includes the zxcvbn.js file.
Then, I added the file to the Title.
To see how it works, enter some text in the input box, and click the button. If you look in the developer console of your browser, you will see the object that gets returned from the zxcvbn library. You can take this objects and use it however you need with your title.
Discussions have been disabled for this post