Digital Signature does not provide protection from tampering.
B
Correct answer
Explanation
Digital signatures DO provide protection from tampering through their integrity verification mechanism. When a document is digitally signed, any modification after signing causes the signature verification to fail, alerting the recipient that tampering occurred. The signature is based on a cryptographic hash of the document content, so even a single bit change invalidates the signature. This is a fundamental security property of digital signatures.