satazor / js-spark-md5

Lightning fast normal and incremental md5 for javascript
Do What The F*ck You Want To Public License
2.46k stars 470 forks source link

md5 error ( d41d8cd98f00b204e9800998ecf8427e for all big files than 600M) #64

Closed bnuzhouwei closed 1 year ago

bnuzhouwei commented 1 year ago

On big files: the method returen an error result

SparkMD5.hashBinary(e.target.result)

It test if file bigger than 600M, the result will be error, always get d41d8cd98f00b204e9800998ecf8427e and if file smaller than 300M, it work well.

satazor commented 1 year ago

For big files, use the incremental approach. Please check the readme.