apemanpasswd

5.0.0 • Public • Published

apemanpasswd

Build Status npm Version JS Standard

Password for apeman

Installation

$ npm install apemanpasswd --save

Usage

'use strict'

const co = require('co')
const apemanpasswd = require('apemanpasswd')

let digest = apemanpasswd.digest()

co(function * () {
  let salt = digest.newSalt()
  let hash = yield digest('foo', salt)
  /* ... */
}).catch((err) => console.error(err))

License

This software is released under the MIT License.

Links

/apemanpasswd/

    Package Sidebar

    Install

    npm i apemanpasswd

    Weekly Downloads

    10

    Version

    5.0.0

    License

    MIT

    Last publish

    Collaborators

    • okunishinishi