nerdexam
EC-Council

312-50V13 · Question #625

As a cybersecurity analyst for SecureNet, you are performing a security assessment of a new mobile payment application. One of your primary concerns is the secure storage of customer data on the…

The correct answer is C. Encrypt all sensitive data stored on the device. To best secure sensitive customer data stored on a mobile device by a payment application, encryption of all such data is crucial.

Submitted by renata2k· Mar 6, 2026Hacking Mobile Platforms

Question

As a cybersecurity analyst for SecureNet, you are performing a security assessment of a new mobile payment application. One of your primary concerns is the secure storage of customer data on the device. The application stores sensitive information such as credit card details and personal identification numbers (PINs) on the device. Which of the following measures would best ensure the security of this data?

Options

  • AEnable GPS tracking for all devices using the app.
  • BRegularly update the app to the latest version.
  • CEncrypt all sensitive data stored on the device.
  • DImplement biometric authentication for app access.

How the community answered

(49 responses)
  • B
    4% (2)
  • C
    94% (46)
  • D
    2% (1)

Why each option

To best secure sensitive customer data stored on a mobile device by a payment application, encryption of all such data is crucial.

AEnable GPS tracking for all devices using the app.

Enabling GPS tracking is a privacy concern and does not secure data stored on the device from unauthorized access.

BRegularly update the app to the latest version.

Regularly updating the app is good practice for general security and patching vulnerabilities, but it does not directly secure *data already stored* on the device from direct file system access.

CEncrypt all sensitive data stored on the device.Correct

Encrypting all sensitive data stored on the device ensures that even if an attacker gains unauthorized access to the device's storage, the credit card details and PINs remain unreadable and unusable without the decryption key. This directly addresses the concern of secure *storage* of customer data.

DImplement biometric authentication for app access.

Implementing biometric authentication secures *access to the app*, but it does not protect the underlying data files if an attacker bypasses the app's authentication or accesses the device's file system directly.

Concept tested: Secure data storage on mobile devices

Source: https://developer.android.com/training/articles/security-tips#StoringData

Topics

#mobile security#data at rest encryption#data storage#payment application security

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice