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

Package Sidebar

Install

npm i hashicle

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • tobihrbr