Skip to content

SteveBattista/threaded-hasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Safety Dance

Threaded Hasher 1.0

Implements hashing with a configurable thread pool

USAGE:

FLAGS:

-h, --help Prints help information
-V, --version Prints version information

OPTIONS:

-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.

ARGS:

... 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages