Cryptography Basics

📘 Cyber Security & Ethical Hacking 👁 61 views 📅 Nov 05, 2025
⏱ Estimated reading time: 1 min

Definition:
Cryptography is the practice of securing information by converting it into a coded format that only authorized parties can read.


Key Points

  • Ensures Confidentiality, Integrity, Authentication, and Non-repudiation of data

  • Converts plaintext (readable data) into ciphertext (encoded data)

  • Decryption reverses the process to recover the original data


Types of Cryptography

  1. Symmetric Key Cryptography

  • Uses a single key for encryption and decryption

  • Fast but key must be shared securely

  • Example: AES, DES

  1. Asymmetric Key Cryptography

  • Uses public key for encryption and private key for decryption

  • More secure, slower than symmetric

  • Example: RSA, ECC

  1. Hash Functions

  • Converts data into a fixed-length hash value

  • One-way function; cannot be decrypted

  • Example: SHA-256, MD5


Applications

  • Secure online transactions

  • Email encryption

  • Digital signatures

  • Data integrity verification


Conclusion:
Cryptography is the foundation of secure communication in modern digital systems.


🔒 Some advanced sections are available for Registered Members
Register Now

Share this Post


← Back to Tutorials

Popular Competitive Exam Quizzes