SteveBattista/threaded-hasher
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
-h, --help Prints help information
-V, --version Prints version information
-a, --algorithm <256 | 384 | 512> Chooses what algorthim to use SHA256->(256), SHA384->(384) or SHA512->(512), Default is SHA256.
-p, --pool <#> Sets the size of the pool of maximum number of concurrent threads when hashing.
Default is mumber of CPUs. Large numbers (> 60) may cause the progam not to hash all files.
... Place one or more files to hash. Those that can not be found will be ommited from the results.
Directories will be ommitted. Links will be treated like normal files.