https://github.com/mealman1551/hash-calk
This is a hash calculator with support for: md5, sha1, sha224, sha256, sha384, sha512, sha3_224, sha3_256, sha3_384, sha3_512, blake2s, blake2b, shake_128, and shake_256. right from the terminal.
https://github.com/mealman1551/hash-calk
blake2b blake2s hash hash-calculations hash-calculator hashing md5 sha1 sha224 sha256 sha3 sha384 sha512 shake
Last synced: 5 months ago
JSON representation
This is a hash calculator with support for: md5, sha1, sha224, sha256, sha384, sha512, sha3_224, sha3_256, sha3_384, sha3_512, blake2s, blake2b, shake_128, and shake_256. right from the terminal.
- Host: GitHub
- URL: https://github.com/mealman1551/hash-calk
- Owner: Mealman1551
- License: other
- Created: 2025-04-01T16:16:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-28T19:01:57.000Z (9 months ago)
- Last Synced: 2025-09-28T21:05:24.951Z (9 months ago)
- Topics: blake2b, blake2s, hash, hash-calculations, hash-calculator, hashing, md5, sha1, sha224, sha256, sha3, sha384, sha512, shake
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hash Calk



[](https://librenova-foundation.github.io/lnl.html)
> [!Note]
> Hash Calk ~~will be made~~ **is now** open source
## Description
This software let you check hashes from every file, these algorithms are supported:
- md5
- sha1
- sha224
- sha256
- sha384
- sha512
- sha3_224
- sha3_256
- sha3_384
- sha3_512
- blake2s
- blake2b
- shake_128 (both 32 as 64)
- shake_256 (both 32 as 64)
Please note that this is for Windows only, as Linux and MacOS have also the `hash` command but that does something else then this tool.
## Features
- Fast hashing
- Commandline interface (CLI)
- Major support for many algorithms
## Installation
Download the setup from the releases tab or the button down the readme.md and run the setup to install.
## Usage
Use this command in CMD or PowerShell:
```powershell
hash
```
## License
This project is licensed under the [LNL license](LICENSE)
## Download
[](https://github.com/Mealman1551/Hash-Calk/releases/latest)
sha256: `3882ebe9afabdb51bce1985f0af4ca6ead0b495d95f927bddf84cf1b338c8801`
---
###### © 2025 Mealman1551