Hash Cracking

We maintain an extensive database of real-world cracked password hashes that we periodically update from open-source hash cracking communities that we regularly donate to like Hashmob and the now-defunct Hashes platform.

API Usage

Supported search types: hash, password.

Request

POST https://api.inteldive.com/tools/hash-lookup
Content-Type: application/json
Auth: API_KEY
{
  "terms": [ { "term": "482c811da5d5b4bc6d497ffa98491e38", "type": "hash" } ]
}

Response

{
  "size": 1,
  "took": 2,
  "matches": ["482c811da5d5b4bc6d497ffa98491e38"],
  "results": {
    "0001_HASHES_ORG_1913M_2021": [{ "hash": "482c811da5d5b4bc6d497ffa98491e38", "password": "password123" }]
  }
}