1.5.0 • Published 7 years ago

hmac-file-stream v1.5.0

Weekly downloads
1
License
(MIT OR Apache-2....
Repository
github
Last release
7 years ago

hmac-file-stream

parse file content to hmac digest

install

npm install hmac-file-stream

example

var hmacFileStream = require('hmac-file-stream');
var hmac = hmacFileStream.createHmac('sha1', 'secret');

hmac.update('file-name');

hmac.digest('hex').pipe(stdout);
// Will print the hash to file content

license

Dual-licensed under the MIT License or the Apache License, version 2.0