sinikoding

Hash Generator

Generate MD5, SHA-1, SHA-256, SHA-384 or SHA-512 hashes from any text.

Through the API
curl -X POST https://sinikoding.dev/api/v1/hash \
  -H 'content-type: application/json' \
  -H 'x-api-key: tk_live_…' \
  -d '{"input":"…","algo":"sha256","encoding":"hex"}'

Need hash generator from your own code? Create a free account to get an API key. This page stays free without one.

Create account