Multiple choice technology security

If you are using TLS encryption, sensitive data can be transmitted via

  1. URL arguments

  2. hidden variables

  3. server side repository

  4. Cookie

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A server-side repository (like a database or session store) keeps the actual sensitive data secure on the server, only transmitting a reference key. This is safer than cookies, URL parameters, or hidden inputs, which are exposed to client-side risks and logs.