Skip to content
Home » Digital signature

Digital signature

Digital Signature – (Cyber Law & Security)

Introduction

A Digital Signature is a cryptographic technique used to verify the authenticity, integrity, and non-repudiation of electronic data.

👉 “Digital Signature = Electronic equivalent of a handwritten signature, but more secure.”

In India, it is legally recognized under the
Information Technology Act, 2000


Definition

A Digital Signature is:

  • A mathematical scheme
  • Used to authenticate digital messages/documents
  • Based on public key cryptography

Objectives of Digital Signature

  • Verify identity of sender (Authentication)
  • Ensure data is not altered (Integrity)
  • Prevent denial of action (Non-repudiation)

Basic Concept

Digital signatures use asymmetric encryption:

  • Private Key → Used to sign data
  • Public Key → Used to verify signature
Sender:  
Message → Hash → Encrypt with Private Key → Digital Signature  

Receiver:  
Signature → Decrypt with Public Key → Compare Hash → Verify

Working of Digital Signature (Step-by-Step)


Step 1: Message Creation

  • Sender prepares message

Step 2: Hashing

  • Message converted into hash value

Step 3: Signature Creation

  • Hash encrypted using sender’s private key

Step 4: Transmission

  • Message + digital signature sent

Step 5: Verification

  • Receiver decrypts signature using public key
  • Compares hash values

📌 If match → valid signature


Components of Digital Signature

  • Public key
  • Private key
  • Hash function
  • Digital Signature Certificate (DSC)

Digital Signature Certificate (DSC)

Definition

An electronic certificate issued by a Certifying Authority (CA) that verifies identity.


Contents

  • User identity
  • Public key
  • Issuing authority

Types of Digital Signature Certificates

  • Class 1 → Basic security
  • Class 2 → Moderate security
  • Class 3 → High security

Advantages of Digital Signatures

  • High security
  • Authentication
  • Data integrity
  • Non-repudiation
  • Fast and paperless

Limitations

  • Requires infrastructure
  • Cost of implementation
  • Key management issues

Applications of Digital Signature

  • E-filing of income tax
  • Online banking
  • E-commerce transactions
  • Government services
  • Secure email communication

Digital Signature vs Electronic Signature

FeatureDigital SignatureElectronic Signature
SecurityHighModerate
TechnologyCryptographySimple electronic method
Legal validityStrongLimited

Digital Signature and Cyber Law

  • Recognized under IT Act, 2000
  • Used in legal electronic transactions
  • Ensures secure digital communication

Digital Signature and CIA Triad

CIA ComponentRole
ConfidentialityProtects data
IntegrityEnsures data is unchanged
AvailabilityEnables secure access

Real-Life Examples

  • Signing PDF documents
  • GST and income tax filing
  • Online contracts

Conclusion

Digital signatures are a crucial tool for secure electronic communication and transactions. They provide authentication, integrity, and non-repudiation, making them essential in today’s digital world.


📘 MCA Exam Tip

For 10–15 marks:

  • Definition
  • Working steps
  • Diagram
  • Advantages + applications