Payment gateways typically use ________ to encrypt sensitive information like credit card numbers.
- HMAC
- JWT
- OAuth
- SSL/TLS
Payment gateways utilize SSL/TLS (Secure Sockets Layer/Transport Layer Security) protocols to encrypt sensitive data such as credit card numbers during transmission. This encryption ensures that the information remains secure and protected from unauthorized access during online transactions.
Loading...
Related Quiz
- A developer finds that uploaded image files are being executed as scripts on the server. This indicates a failure in ________.
- When developing a mobile app with in-app purchases, the payment gateway integration should prioritize ________ for enhanced user experience.
- To prevent XXE attacks, it's crucial to disable ________ when processing XML file uploads.
- Custom libraries in CodeIgniter can be distributed via ________, enabling easier sharing and updating among developers.
- A developer creates a custom logging library in CodeIgniter for enhanced application monitoring. The appropriate method to integrate this library into the application's workflow is ________.