Cryptography (kryptós means secret and graphein means to write) is the science and art of concealing data and information in an unreadable format so that only the intended person can read or use it. In other words, it is the study of secure communication that allows only the intended recipient and, of course, the message sender to view the message contents. Cryptography in cybersecurity entails the use of encryption and decryption algorithms. Converting the plain text (readable text) to cipher text (unreadable text) is called encryption, and reversing the process (cipher text to plain text) is called decryption. The effectiveness of cryptography depends on the robustness of the cryptographic algorithm & the size of the key.

TYPES


Certainly! Let's explore a real-life example where both symmetric and asymmetric cryptography are commonly used: online banking.

1. Symmetric Cryptography:

2. Asymmetric Cryptography:

Hybrid Cryptography:

In this example, the use of both symmetric and asymmetric cryptography ensures a secure and reliable online banking experience. Symmetric cryptography provides efficiency in encrypting large amounts of data, while asymmetric cryptography addresses key exchange and digital signature requirements, enhancing overall security.