Multiple choice technology security Which among the following do you think will prevent a CSRF attack? /transfer.asp?fromacct=”account1”&toaccount=”account2”&amount=200.45&trnsactToken=”121431ersw” /email.jsp&to=”[email protected]”&subject=”hi” Use https for all secured pages Use encryption for session cookies Reveal answer Fill a bubble to check yourself A Correct answer Explanation Anti-CSRF tokens like the trnsactToken in option A prevent CSRF by including an unpredictable, session-bound value that attackers can't guess. HTTPS and cookie encryption protect against different threats (eavesdropping), not CSRF.