To secure email transmissions, applications often use ________ over SMTP.
- HTTPS
- OAuth
- SSL
- TLS
Transport Layer Security (TLS) is commonly used to secure email transmissions over SMTP (Simple Mail Transfer Protocol). TLS encrypts the data during transmission, providing a secure communication channel.
Loading...
Related Quiz
- To prevent SQL injection, form inputs should be ________ before being used in database queries.
- In CodeIgniter, which utility is commonly used to backup a database?
- Proper error handling often involves logging errors to a(n) ________ for further analysis.
- For a multi-language application, a controller in CodeIgniter switches the language based on user preference using the ________ method.
- Which HTML attribute is crucial for preventing XSS in user-generated content?