@idleberg/hashman
v0.3.2
Published
CLI to calculate multiple checksums at once
Readme
@idleberg/hashman
CLI to calculate multiple checksums at once.
Here's a tool that I personally use a lot. It concurrently calculates checksums of a file in a variety of formats. Supports Adler-32, CRC32, CRC32C, CRC64, MD4, MD5, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, SHA3-224, SHA3-256, SHA3-384, and SHA3-512.

The name is inspired by Hashman Deejay, whose music I love listening to while creating things.
Installation 💿
[!TIP]
For single time use it's sufficient to run
npx @idleberg/hashmanrather than to install it.
npm install --global @idleberg/hashmanUsage 🚀
npx hashman --all "Hashman Deejay - Sandopolis.zip"See npx hashman --help for all available options.
License ©️
This work is licensed under The MIT License.
