Skip to content

Devides binary file into equal blocks and evaluates SHA-256 hash for each block (file name and block size are specified by command line arguments). Output hash values as hex stings to console. Algorithm uses RAM and CPU wisely (uses threads pool and limited read and write buffers).

License

UnresolvedExternal/FileSignature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File signature evaluator for .Net 3.5

Devides binary file into equal blocks and evaluates SHA-256 hash for each block (file name and block size are specified by command line arguments). Output hash values as hex stings to console.

Algorithm uses RAM and CPU wisely (uses threads pool and limited read and write buffers).

About

Devides binary file into equal blocks and evaluates SHA-256 hash for each block (file name and block size are specified by command line arguments). Output hash values as hex stings to console. Algorithm uses RAM and CPU wisely (uses threads pool and limited read and write buffers).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages