Q5E-Commerce and ERP
Question
2 marks
Define Digital Signature.
Answer
A Digital Signature is an absolute cryptographic mathematical mechanism that perfectly authenticates the sender's identity and absolutely guarantees that a digital document was not violently altered in transit.
A Digital Signature utilizes Asymmetric Public Key Cryptography. The sender mathematically hashes the document and encrypts the hash strictly with their Private Key. The receiver decrypts it with the sender's Public Key. If the hashes match, it provides absolute non-repudiation and guaranteed data integrity.