https://github.com/trekjs/utils
Trek utils
https://github.com/trekjs/utils
Last synced: about 2 months ago
JSON representation
Trek utils
- Host: GitHub
- URL: https://github.com/trekjs/utils
- Owner: trekjs
- License: mit
- Created: 2015-04-04T13:57:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-28T02:31:45.000Z (over 10 years ago)
- Last Synced: 2025-04-21T22:21:54.775Z (8 months ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trek-utils
> Wrap trunk or callback to Promise or GeneratorFunction.
[![NPM version][npm-img]][npm-url]
[![Build status][travis-img]][travis-url]
[![Test coverage][coveralls-img]][coveralls-url]
[![License][license-img]][license-url]
[![Dependency status][david-img]][david-url]
## utils
### token
### [bcrypt](https://github.com/ncb000gt/node.bcrypt.js)
* genSalt
* compare
* hash
### [pbkdf2](https://iojs.org/api/crypto.html#crypto_crypto_pbkdf2_password_salt_iterations_keylen_digest_callback)
* genSalt
* compare
* hash
### [jwt](https://github.com/auth0/node-jsonwebtoken)
* sign
* decode
* verify
## License
[MIT](LICENSE)
[npm-img]: https://img.shields.io/npm/v/trek-utils.svg?style=flat-square
[npm-url]: https://npmjs.org/package/trek-utils
[travis-img]: https://img.shields.io/travis/trekjs/utils.svg?style=flat-square
[travis-url]: https://travis-ci.org/trekjs/utils
[coveralls-img]: https://img.shields.io/coveralls/trekjs/utils.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/trekjs/utils?branch=master
[license-img]: https://img.shields.io/badge/license-MIT-green.svg?style=flat-square
[license-url]: LICENSE
[david-img]: https://img.shields.io/david/trekjs/utils.svg?style=flat-square
[david-url]: https://david-dm.org/trekjs/utils