5.0.0 • Published 8 years ago

apemanpasswd v5.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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

5.0.0

8 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.1.0

9 years ago

2.0.1

9 years ago

2.0.0

10 years ago

1.0.0

10 years ago