Multiple choice technology security

It's OK to put sensitive information in HIDDEN form fields; after all, they're hidden.

  1. True

  2. False

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

Hidden form fields are visible in page source and can be manipulated by attackers. Sensitive data should never be stored in hidden fields, as they provide no real security and can lead to data exposure or parameter tampering attacks.