CCNP Chapter 2: Cryptography

Encryption Mechanisms

Encryption ensures data confidentiality by converting plaintext into ciphertext. The main encryption categories are:

Symmetric vs Asymmetric Encryption View Full Image

Hashing Algorithms

Hashing is used for data integrity checks. It produces a fixed-size output from input data. Examples include:

Public Key Infrastructure (PKI)

PKI enables secure communication through digital certificates:

SSL Handshake View Full Image

Post-Quantum Cryptography

Quantum computers pose a threat to traditional encryption. Post-quantum cryptography is being developed to mitigate this:

Back to Home