api documentation for bcrypt (v1.0.2)

A bcrypt library for NodeJS.

table of contents

  1. module bcrypt
    1. function bcrypt.compare (data, hash, cb)
    2. function bcrypt.compareSync (data, hash)
    3. function bcrypt.genSalt (rounds, ignore, cb)
    4. function bcrypt.genSaltSync (rounds)
    5. function bcrypt.getRounds (hash)
    6. function bcrypt.hash (data, salt, cb)
    7. function bcrypt.hashSync (data, salt)
    8. object bcrypt.promises
  2. module bcrypt.promises
    1. function bcrypt.promises.promise (fn, context, args)
    2. function bcrypt.promises.reject (err)

module bcrypt

function bcrypt.compare (data, hash, cb)

function bcrypt.compareSync (data, hash)

function bcrypt.genSalt (rounds, ignore, cb)

function bcrypt.genSaltSync (rounds)

function bcrypt.getRounds (hash)

function bcrypt.hash (data, salt, cb)

function bcrypt.hashSync (data, salt)

module bcrypt.promises

function bcrypt.promises.promise (fn, context, args)

function bcrypt.promises.reject (err)

[ this document was created with utility2 ]