> root@cecs378:~$

Welcome to CECS378 Cybersecurity Lab 2

// Initializing secure environment...

✔ Secure connection established.


🔐 PKI & SSL Explained

What is PKI?

Public Key Infrastructure (PKI) manages digital keys and certificates. It enables secure communication using asymmetric encryption — a public key encrypts data, and a private key decrypts it.

What is SSL/TLS?

SSL/TLS encrypts data between your browser and a web server. When you see HTTPS, it means the connection is secured using a certificate verified through PKI.

How They Work Together

Browser → TLS Handshake → Server
1. Request certificate
2. Verify via CA (PKI)
3. Exchange session keys
4. Encrypted communication
            
CECS378 – Cybersecurity Lab 2 – 2026
[ End of Transmission ]