This wraps dcodeIO/bcrypt.js with an angular module and provides a service for easy integration into an AngularJS environment.
- Install the source files using bower:
bower install angular-bcrypt
- Include either source file in
dist/
Note: Both files have the same content however one has a hash of the file appended to
the filename and will change with each version. The revisioned filename is referenced in
the main
section of the contained bower.json
for use with automated build tools.
3. Require the dtrw.bcrypt
module in your Angular app
4. Inject the bcrypt
service anywhere needed using Angular's dependency injection
See the decodeIO/bcrypt.js repository for API documentation.
See the included LICENSE file