🎴 Flashcard Mode

Web Application Security Fundamentals

Card1 / 15
Mastered0
Review0
QuestionClick to flip

Data hashing will

AnswerClick to flip back
A
Ensure that the data has not been tampered with
💡 Explanation:

Data hashing creates a fixed-size signature from input data using a cryptographic hash function. Any change to the original data produces a completely different hash value, making tampering detectable. Hashing does not validate sessions or user identity - those are separate authentication mechanisms.

Change Mode