RannzAPI
Kembali ke Marketplace

Hash API

FREE

MD5, SHA-1, SHA-256, and SHA-512 hashing for any input string.

Security 4.7 (98) 1,000 req/day OPERATIONALAuth required

Endpoint

POST/v1/hash

Parameters

NameTypeRequiredDescription
textstringrequiredThe text to hash.
algorithmstringoptionalmd5 | sha1 | sha256 | sha512

Response example

{
  "success": true,
  "data": { "algorithm": "sha256", "hash": "9f86d0..." }
}

Error responses

400INVALID_PARAMtext is required

Try it

Pilih bahasa, salin, dan jalankan di terminal kamu.

curl -X POST "https://api.rannzdigital.web.id/v1/hash" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
Never expose your API key in frontend code or public repositories.

Ratings & Comments

Beri rating & komentar

budi_koding 5

Cepat dan dokumentasinya jelas.

2026-09-12

sitidev 4

Work as expected, cocok untuk MVP.

2026-09-08