hashicle

1.0.0 • Public • Published

hashicle Build Status Build status Coverage Status

Generate hashes

Install

$ npm install --save hashicle

Usage

const hashicle = require('hashicle');
 
hashicle('unicorns');
//=> '02d8c4ac323c5df679077f020f170453'

API

hashicle(data, [algorithm, out])

data

Type: string

The data you want to be hashed.

algorithm

Type: string
Default: md5

Hashing algorithm

out

Type: string
Default: hex

Output format

License

MIT © Tobias Herber

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i hashicle

    Weekly Downloads

    4

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • tobihrbr