Q6Information System Security
Question
2 marks
Define a digital signature.
Answer
A digital signature is a mathematical algorithm utilizing asymmetric cryptography to guarantee the absolute authenticity, integrity, and non-repudiation of a digital document.
A Digital Signature does not encrypt the document. The sender mathematically hashes the document and violently encrypts that Hash with their Private Key. The receiver decrypts it using the sender's Public Key. If the hashes match, it mathematically proves the document was not altered and was sent by the true owner.