🔒

Hash Text

Hash text using MD5, SHA-1, SHA-256, SHA-384, or SHA-512.

crypto API: POST /api/tools/hash-text

Input

🔌 API Usage

POST /api/tools/hash-text
Content-Type: application/json

// Example body:
{
  "text": "",
  "algorithm": "sha256"
}