1.1.0 • Published 10 years ago

md5-part-file v1.1.0

Weekly downloads
23
License
-
Repository
github
Last release
10 years ago

md5-part-file by @michalbe

Calculate md5 hash of only part of the file

How to use:

npm install md5-part-file

then:

var md5pf = require('md5-part-file');

// Arguments are: filename, first byte, last byte, callback
md5pf('filename', 0, 1024, function(err, result) {
  console.log(result); // 788567c42aa94359406a8119b450d3ac
});

Thanks @mmalecki for help.

1.1.0

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago