A software developer is building an internal customer portal. To safeguard sensitive payment details, the portal must visually hide all but the last four digits of a user's credit card number when viewed by support staff, while keeping the original stored data intact for transaction processing. Which of the following control techniques best achieves this requirement?
- Data maskingAnswer
- BData custodian access delegation
- CUser authentication verification
- DDetective audit logging
Answer
Data masking
Data masking is a privacy control that replaces or redacts sensitive data elements when rendered on screen, while preserving the full, original dataset in secure storage for processing.
Step-by-Step Solution
Key Concept
Data Masking and Privacy Obfuscation