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 maskingCevap
- BData custodian access delegation
- CUser authentication verification
- DDetective audit logging
Cevap
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.
Adım Adım Çözüm
Anahtar Kavram
Data Masking and Privacy Obfuscation