0.0.0 • Published 7 years ago

hashicle-from-file v0.0.0

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

hashicle-from-file

Generate hashes from files

Install

$ npm install --save hashicle-from-file

Usage

const hashicle = require('hashicle-from-file');

hashicle('my-file.ext').then((hash) => {
  // do something
});

API

hashicle(path, algorithm, out)

path

Type: string

Your files path

algorithm

Type: string Default: md5

Hashing algorithm

out

Type: string Default: hex

Output format

License

MIT © Tobias Herber