SY0-701 · Question #508
A database administrator is updating the company's SQL database, which stores credit card information for pending purchases. Which of the following is the best method to secure the data against a…
The correct answer is C. Tokenization. Tokenization replaces sensitive data, such as credit card information, with unique, nonsensitive tokens that have no exploitable value outside the system. The original data is securely stored in a separate token vault, making it inaccessible even if the database is breached…
Question
A database administrator is updating the company's SQL database, which stores credit card information for pending purchases. Which of the following is the best method to secure the data against a potential breach?
Options
- AHashing
- BObfuscation
- CTokenization
- DMasking
How the community answered
(28 responses)- A11% (3)
- B4% (1)
- C71% (20)
- D14% (4)
Explanation
Tokenization replaces sensitive data, such as credit card information, with unique, nonsensitive tokens that have no exploitable value outside the system. The original data is securely stored in a separate token vault, making it inaccessible even if the database is breached. This approach is widely used in payment processing and ensures compliance with standards like PCI DSS (Payment Card Industry Data Security Standard).
Community Discussion
No community discussion yet for this question.