{
  "slug": "hash-identifier",
  "name": "gizza-ai/hash-identifier",
  "version": "0.1.0",
  "title": "Hash Identifier — Detect Hash Type Online — gizza.ai",
  "description": "Paste a hash and instantly identify its likely algorithm — bcrypt, Argon2, MD5, SHA-1/256/512, NTLM, sha512crypt, PHPass and more. Runs entirely in your browser.",
  "tags": [
    "hash",
    "security",
    "identifier",
    "bcrypt",
    "argon2",
    "md5",
    "sha256",
    "ntlm",
    "password"
  ],
  "category": "security",
  "urls": {
    "page": "https://gizza.ai/tools/hash-identifier/",
    "markdown": "https://gizza.ai/tools/hash-identifier/index.md",
    "descriptor": "https://gizza.ai/tools/hash-identifier/tool.json",
    "deep_link_example": "https://gizza.ai/tools/hash-identifier/?input=%242b%2412%24R9h%2FcIPz0gi.URNNX3kh2OPST9%2FPgBkqquzi.Ss7KIUgO2t0jWMUW"
  },
  "cli": "gizza tool hash-identifier '$2b$12$R9h/cIPz0gi.URNNX3kh2OPST9/PgBkqquzi.Ss7KIUgO2t0jWMUW'",
  "tool": {
    "description": "Identify the likely hash or MAC scheme that produced a given digest string (bcrypt, Argon2, sha512crypt, MD5, SHA-family, NTLM, CRC, and more). Structural recognition only — it classifies the format, it does not crack the hash.",
    "parameters": {
      "additionalProperties": false,
      "properties": {
        "input": {
          "type": "string"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}