Convert SHA-256 Hashes to Mobile Phone Numbers
High-speed reverse lookup API for Kenyan mobile networks. Convert SHA-256 cryptographic phone hashes back to verified Safaricom M-Pesa & Airtel Money phone numbers in sub-50 milliseconds.
๐ Live SHA-256 Reverse Lookup Sandbox
Paste any 64-character SHA-256 hex hash token below to test the API resolution in real-time.
๐งช Generate & Test Phone Hash
Type any phone number format (e.g. 0700123456 or +254730123456). It normalizes to standard E.164 format and generates the corresponding SHA-256 hash instantly in your browser.
๐ก How Integration Works
Simple 3-step workflow to reverse lookup phone hashes in your application.
Normalize & Hash Phone Number
Format phone numbers into standard 12-digit E.164 strings without leading + (e.g. 254700123456) and generate standard SHA-256 hex hashes.
Send GET Request to Endpoint
Pass the 64-character SHA-256 token directly in the HTTP GET URL path: GET /:sha256_hash_token.
Receive Formatted JSON Output
The API responds with high-speed JSON containing the resolved phone number and resolution latency in milliseconds.
โก Integration Code Examples
Connect directly to the REST API endpoint using any programming language.
{
"phone": "254700123456",
"latencyMs": 4.12
}
Privacy-First Architecture
Zero cleartext phone numbers sent across requests. Lookups operate strictly using deterministic SHA-256 cryptographic hashes.
Enterprise Rate Protection
Equipped with automatic IP rate limiting (120 requests/minute per client IP) to guarantee high API stability.
Instant Integration
Standard RESTful JSON endpoints designed for effortless integration into fintech, payment, and analytics applications.