encode-intel__hash_text
ActiveTool of TO1 Intelligence Fleet
declared in 1.0.0
[encode-intel] Compute SHA-256 or SHA-512 cryptographic hash of any text. Returns the hex-encoded hash. Useful for checksums, fingerprinting, or verifying data integrity.
Parameters schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"description": "Text to hash"
},
"algorithm": {
"enum": [
"sha256",
"sha512"
],
"type": "string",
"description": "Hash algorithm: 'sha256' (default, 64 hex chars) or 'sha512' (128 hex chars)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
TO1 Intelligence Fleet
1/7 registries