forked from parse-community/parse-server
-
Notifications
You must be signed in to change notification settings - Fork 0
crypto.js
Fosco Marotto edited this page Jan 28, 2016
·
1 revision
Uses bcrypt for password hashing and comparison
crypto.hash('hunter2').then( ... ).catch( ... );
crypto.compare('hunter2', 'previously-hashed-password-hash').then( ... ).catch( ... );