An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Hash Calk

![GitHub repo size](https://img.shields.io/github/repo-size/Mealman1551/Hash-Calk)
![GitHub issues](https://img.shields.io/github/issues/Mealman1551/Hash-Calk)
![GitHub stars](https://img.shields.io/github/stars/Mealman1551/Hash-Calk?style=social)

[![License](https://img.shields.io/badge/Licensed%20under:-LNL%20v1.1-blue?style=plastic)](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
[![Download for Windows](https://img.shields.io/badge/Download%20for-Windows-0078D6?style=for-the-badge&logo=windows)](https://github.com/Mealman1551/Hash-Calk/releases/latest)

sha256: `3882ebe9afabdb51bce1985f0af4ca6ead0b495d95f927bddf84cf1b338c8801`

---
###### © 2025 Mealman1551