crypto_hash_id
Identifies hash type by analyzing input length and format to match known patterns for algorithms like MD5, SHA, bcrypt, and more.
Instructions
Hash type identification. Matches the input against known hash patterns by length and format to identify possible hash algorithms (MD5, SHA-1, SHA-256, SHA-512, bcrypt, CRC32, NTLM, MySQL, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Hash string to identify |