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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    4

Package Sidebar

Install

npm i hashicle

Weekly Downloads

4

Version

1.0.0

License

MIT

Last publish

Collaborators

  • tobihrbr