cyberchef_analyse_hash
Identify probable cryptographic hash algorithms from a digest by examining bit length, character set, and structural signatures.
Instructions
Identifies probable cryptographic hash algorithms for a given digest based on character set, bit length, and structural signatures (such as MD5, SHA-1, SHA-256, NTLM, bcrypt).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | Yes | The hash digest string to inspect and classify (e.g., a 32-character hex string for MD5, 64-character for SHA-256). |