Password strength checking API, inspired by this HackerNews comment
The following commands will download and run the fidelius web service on localhost:3000
git clone git://github.com/akerl/fidelius
cd fidelius
bundle install
thin start
To run a "production" service on port 80, use thin start -p 80 -e production
. For more info on how to invoke thin, use thin -h
.
To use the History validator, you need to have Redis installed, running, and listening on localhost:6379.
fidelius is released under the MIT License. See the bundled LICENSE file for details.