A SHA1/2/3 calculation tool. DO NOT USE THIS IN PRODUCTION!
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src
.gitignore
Cargo.lock
Cargo.toml
README.md

README.md

Hashbrowns

A command line tool to calculate SHA-1/2/3 message digests from files written in Rust.

First off: Don't roll your own crypto. This is simply a learning excercise for Rust and not at all intended to be used for bullet-proof data integrity verification.

This tools uses it's own implementation of the SHA algorithms. DO NOT USE THIS TOOL IN PRODUCTION! There's likely something wrong with the implementation.