You're viewing a demo portfolio

Join the waitlist
PRSM

encode-intel__hash_text

Active

Tool 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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

TO1 Intelligence Fleet

1/7 registries
View full server →