echo -n "text" | openssl dgst -sha256

hash-generator

input


output

hash something to see result

api

curl -X POST https://freeforyou.win/api/hash \
  -H "Content-Type: application/json" \
  -d '{"text":"hello","algorithm":"sha256"}'