Skip to content

Identify a hash format

List hash algorithms that match a digest's length and character set.

Install in Serialize

What it can do

  • Measure digest length
  • Check allowed characters
  • Suggest compatible algorithms

How the recipe works

Analyse hash

Compare the supplied value against known hash formats.

Demonstration

Sample input

d7a8fbb307d7809469ca9abcb0082e4f8d5651e46d3cdb762d02d0bf37c9e592

Expected result

SHA-256

When to use it

  • Triage unknown digests
  • Validate expected output shape
  • Choose the next verification tool

Adapt it

A matching format is not proof of which algorithm produced a digest; use context or a known input to confirm.

Source and verification

Adapted from TryHackMe: CyberChef — The Basics. The explanation and sample are written for Serialize, use synthetic or documentation-safe data, and are checked against the current operation catalogue. The workflow runs locally without an external API call.

Navigation

Type to search…

↑↓ navigate↵ selectEsc close