IgorRidanovic / emdeehash

Fast MD5 hash generator for multiple files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meta Fide Emdeehash

Fast md5 hash generator for multiple files. It creates sidecar .md5 files containing md5 hashes for arbitrary number of files supplied as command line arguments. It also keeps track of all generated hashes in a log file.

It processes files in parallel, but it's not optimized for the case where the number of input files exceeds the number of available cores. Experiment with the file read chunk size to determine optimal size for the input file size.

https://www.metafide.com

Usage:

emdeehash SomeFile1 SomeFile2 SomeFile3...

About

Fast MD5 hash generator for multiple files.

License:MIT License


Languages

Language:Python 100.0%