Skip to content
  • Sponsor parse-community/parse-server

  • Notifications You must be signed in to change notification settings
  • Fork 4.8k

crypto.js

Fosco Marotto edited this page Jan 28, 2016 · 1 revision
crypto.js

Uses bcrypt for password hashing and comparison


crypto.hash('hunter2').then( ... ).catch( ... );

crypto.compare('hunter2', 'previously-hashed-password-hash').then( ... ).catch( ... );