1.0.0 • Published 7 years ago

hashicle v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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