[PR #253] Add BlazeHash to Standalone Tools #4700

Open
opened 2026-06-14 08:59:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sobolevn/awesome-cryptography/pull/253
Author: @h4x0r
Created: 4/9/2026
Status: 🔄 Open

Base: masterHead: add-blazehash


📝 Commits (1)

  • cc7a08e Add BlazeHash to Standalone Tools

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What

Adds BlazeHash to the Standalone Tools section.

Why it's awesome

BlazeHash is a modern forensic file hasher written in Rust:

  • BLAKE3 by default — the fastest cryptographic hash, with fallback to SHA-256, SHA-1, MD5
  • Multithreaded and memory-mapped for maximum throughput
  • Drop-in hashdeep compatibility (same output format, same CLI flags)
  • Built for digital forensics (DFIR) workflows
  • Cross-platform (macOS, Linux, Windows)

Source: https://github.com/SecurityRonin/blazehash


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sobolevn/awesome-cryptography/pull/253 **Author:** [@h4x0r](https://github.com/h4x0r) **Created:** 4/9/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `add-blazehash` --- ### 📝 Commits (1) - [`cc7a08e`](https://github.com/sobolevn/awesome-cryptography/commit/cc7a08ec789f12c1c9bba1446faea1f87e392cc7) Add BlazeHash to Standalone Tools ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What Adds [BlazeHash](https://github.com/SecurityRonin/blazehash) to the Standalone Tools section. ## Why it's awesome BlazeHash is a modern forensic file hasher written in Rust: - BLAKE3 by default — the fastest cryptographic hash, with fallback to SHA-256, SHA-1, MD5 - Multithreaded and memory-mapped for maximum throughput - Drop-in hashdeep compatibility (same output format, same CLI flags) - Built for digital forensics (DFIR) workflows - Cross-platform (macOS, Linux, Windows) Source: https://github.com/SecurityRonin/blazehash --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-14 08:59:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-cryptography#4700