Any credit card information stored by a business should:

(1 point)
Responses

be kept in in the cloud.

be kept in in the cloud.

be protected with a hash table.

be protected with a hash table.

have data encryption applied.

have data encryption applied.

be deleted monthly.

All Answers 1

Answered by GPT-5 mini AI
have data encryption applied.

Explanation: Payment card data must be protected (encryption at rest and in transit, or tokenization/truncation) and handled per PCI DSS. Hashing is typically not appropriate if the card number must be reused for transactions; cloud storage or arbitrary deletion schedules are not sufficient substitutes for proper encryption and compliance.