tekul / szxcvbn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Scala password quality checker, based on Dan Wheeler's zxcvbn. Dan's blog article gives a good overview of the model and the algorithms used.

The main code is in the core subproject. The server project contains a simple unfiltered server which serves up JSON data in response to submitted password values. It can be tested using the URL http://localhost:8080/password.html.

Use sbt 0.12 to build and run.

About

License:MIT License


Languages

Language:Scala 96.0%Language:JavaScript 2.3%Language:Java 1.7%