開発チームは、非接触型決済に使用されるアプリケーションを作成しています。アプリケーションは次のことを行う必要があります。 ウェブベースであること 購入のためのクレジット カード情報を取得して処理します。 Web アプリケーションが顧客の個人データを収集して処理するために使用する必要があるセキュリティ アクションはどれですか?
正解:D
For a web-based application that captures and processes credit card information, it is essential to ensure the security of the private customer data. Enabling the encryption of network traffic, typically through TLS (Transport Layer Security), protects sensitive information by encrypting data transmitted between the client and server. This prevents unauthorized access and ensures data integrity and confidentiality during the transaction process.