CCSP · Question #864
A company replaces customers' credit card numbers with non-sensitive surrogate values so that the original data isn't exposed. Which technique is this?
The correct answer is B. Tokenization. Tokenization replaces sensitive data with a token (a reference value) and stores the mapping separately. Encryption transforms data but allows reversal with a key; masking obscures but often in-place; hashing is one-way. Tokenization is best for PCI/credit card security.
Question
A company replaces customers' credit card numbers with non-sensitive surrogate values so that the original data isn't exposed. Which technique is this?
Options
- AEncryption
- BTokenization
- CMasking
- DHashing
How the community answered
(40 responses)- A3% (1)
- B93% (37)
- C5% (2)
Explanation
Tokenization replaces sensitive data with a token (a reference value) and stores the mapping separately. Encryption transforms data but allows reversal with a key; masking obscures but often in-place; hashing is one-way. Tokenization is best for PCI/credit card security.
Topics
Community Discussion
No community discussion yet for this question.