Rate Limit: 1 request per second per IP address. All requests must include proper headers.
Description: Crack a hash using our 29B+ database
Request Body:
{
"hash": "5f4dcc3b5aa765d61d8327deb882cf99",
"alg": "md5"
}
Response:
{
"found": true,
"plaintext": "password",
"elapsed": 0.042
}
Authentication
Currently no authentication required. Rate limiting is enforced per IP address.
Example Usage
curl -X POST "https://crackcrypt.com/api/v1/lookup" -H "Content-Type: application/json" -d '{"hash":"5f4dcc3b5aa765d61d8327deb882cf99","alg":"md5"}'