To start developing features/fixes for password hasher plus clone this repository and hack away.
Once things are ready for testing do this:
- go to
about:debugging
in your firefox - enable "Enable add-on debugging"
- click on "Load Temporary Add-on"
- pick any file from your password hasher plus source tree
This will load your current password hasher plus tree from disk as an extension.
To run the unit-tests do:
$ npm install mocha chai get-random-values
then
$ (cd tests; make)