Skip to content
/ md5h Public

Calculates MD5 hash of files in folder and subfolders using Tokio threads

Notifications You must be signed in to change notification settings

tarpaha/md5h

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MD5H

Calculates MD5 hash of folder and subfolders

USAGE:
md5h.exe [FLAGS] [OPTIONS] <folder>

FLAGS:
-h, --help       Prints help information
-q, --quiet      Quiet mode, only prints resulting MD5
-V, --version    Prints version information

OPTIONS:
-t, --threads <count>    Number of threads, by default equals to cpu count

ARGS:
<folder>    Folder to get MD5 from

Usage example: "md5h ."

console

About

Calculates MD5 hash of files in folder and subfolders using Tokio threads

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages