🔒
Hash Text
Hash text using MD5, SHA-1, SHA-256, SHA-384, or SHA-512.
crypto
API: POST /api/tools/hash-text
Input
Result
🔌 API Usage
POST /api/tools/hash-text
Content-Type: application/json
// Example body:
{
"text": "",
"algorithm": "sha256"
}
Content-Type: application/json
// Example body:
{
"text": "",
"algorithm": "sha256"
}