Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Release

Latest
Compare
Choose a tag to compare
@90th 90th released this 20 Jul 03:09
· 3 commits to master since this release

Checksums

MD5: f19e2957f56394b4cee863c587ff431e
SHA256: 00fe9cd412045b80c0c79cf121e6b82ec5873f98d44717186df4290a23cbf312
SHA512: f24f61c60926863a87b1a8aaaf225304df34b4e6c7871ba539b5a4a779032292ed20b6b36caa915c9035ffb13511c781a7f342d36e3974ad6293892e1e4c6fc3

Hasher is a Rust program that calculates the SHA256, MD5, and SHA512 hashes of a given file. The program uses a thread pool to compute all hashes concurrently and outputs the result.
The program reads the file content, then uses a thread pool to calculate the SHA256, MD5, and SHA512 hashes. The results are then printed to the console.