API Servisleri

Hash Hesapla

Araclar

Metni md5/sha1/sha256/sha512 ile hash'ler.

POST /api/v1/arac/hash

Parametreler
AdTürZorunlu
inputTextHayır
algoSelectHayır
Kod Örnekleri
curl -X POST "https://api.erp.tr/api/v1/arac/hash" \
  -H "Content-Type: application/json" \
  -d '{"input":"hello","algo":"sha256"}'
using var http = new HttpClient();
var resp = await http.PostAsJsonAsync("https://api.erp.tr/api/v1/arac/hash",
  {"input":"hello","algo":"sha256"});
var json = await resp.Content.ReadAsStringAsync();
Swagger'da Aç
Dene

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please retry or reload the page.