bcrypt-domain-aware
v0.1.1
Published
Domain aware bcrypt
Downloads
4
Readme
bcrypt-domain-aware
Overview
A domain aware wrapper for the bcrypt module.
The API is meant to be the exact same as the bcrypt module's API.
Installation
Install via npm:
$ npm install bcrypt-domain-aware --saveBuilding and Testing
To buld the module run:
$ makeThen, to run the tests run:
$ make testLicense
See the LICENSE file for details.

