Blindfold: Match Operation

The "match" operation is a one-way operation used to generate deterministic hashes for privacy-preserving search and matching operations.

0/4096 bytes
0/4096 bytes

Node Configuration

12345678

KEY TYPE

SecretKey Seed
Same seed = same key = same hash for same input

OUTPUT

MATCH OPERATION REFERENCE

SINGLE NODE

Implementation: Deterministic salted hashing via SHA-512
Types: 32-bit signed integer, UTF-8 string (4096 bytes max)
Security: One-way hash with key material as salt

MULTIPLE NODES

Implementation: Deterministic salted hashing via SHA-512
Types: 32-bit signed integer, UTF-8 string (4096 bytes max)
Distribution: Same hash replicated on all nodes

MATCH VS STORE

Match:Deterministic hash for searching, one-way operation
Store:Encryption for storage, reversible operation