📄
File Checksum
Compute a checksum (hash) from base64-encoded file content.
crypto
API: POST /api/tools/checksum-file
Input
Result
🔌 API Usage
POST /api/tools/checksum-file
Content-Type: application/json
// Example body:
{
"content": "",
"algorithm": "sha256"
}
Content-Type: application/json
// Example body:
{
"content": "",
"algorithm": "sha256"
}