Tokenization
Security
Substitution of sensitive values with tokens, with mapping stored in a controlled system.
Definition
Tokenization substitutes sensitive data with tokens and stores the mapping in a separate, access-controlled token vault. Unlike encryption, the token may not be mathematically reversible without the vault.
Why this matters
Why it matters: It reduces exposure of sensitive fields in logs and databases, limiting breach impact.
Example
Example: Merchant stores tokenized card reference; processor vault maps token to real PAN.