Toolkit MCP Server

by cyanheads
Verified

compareHashes

Compare two cryptographic hashes securely using constant-time comparison to prevent timing attacks, ensuring equal or different verification without exposing sensitive data.

Instructions

Compare two hashes in constant time

Input Schema

NameRequiredDescriptionDefault
hash1YesFirst hash to compare
hash2YesSecond hash to compare

Input Schema (JSON Schema)

{ "properties": { "hash1": { "description": "First hash to compare", "type": "string" }, "hash2": { "description": "Second hash to compare", "type": "string" } }, "required": [ "hash1", "hash2" ], "type": "object" }
ID: wl3y2xyi4u