Consider the following statements:
A digital signature is
1. an electronic record that identifies the certifying authority issuing it
2. used to serve as a proof of identity of an individual to access information or server on Internet
3. an electronic method of signing an electronic document and ensuring that the original content is unchanged
Which of the statements given above is/are correct?
Statement 1 is incorrect. A digital signature doesn't directly identify the certifying authority that issued it. It uses a complex cryptographic process involving a public-key infrastructure (PKI) where a trusted third party (Certificate Authority) verifies the signer's identity and issues a digital certificate used for creating the signature. Statement 2 is incorrect. While digital signatures can be used for authentication purposes in certain scenarios, they are not the primary method for user identification when accessing information or servers on the internet. Usernames, passwords, and other credentials are more commonly used. Statement 3 is correct. It ensures the integrity of an electronic document by creating a unique digital fingerprint that is linked to the content. Any alteration to the document would invalidate the signature.