Understanding Encryption
Objective: To understand the core concepts, methods, protocols, and uses of encryption.
Part 1: Key Concepts - Label the Diagrams
1. Label the following diagrams as either Symmetric or Asymmetric encryption.
Diagram A:
[ Sender ] --> (KEY #1) --> [ Encrypt ] --> [ Secret Message ] --> [ Decrypt ] --> (KEY #1) --> [ Receiver ]
Type: _________________________
Diagram B:
[ Sender ] --> (RECEIVER'S PUBLIC KEY) --> [ Encrypt ] --> [ Secret Message ] --> [ Decrypt ] -->
(RECEIVER'S PRIVATE KEY) --> [ Receiver ]
Type: _________________________
2. In your own words, what is the main problem with Diagram A's method?
..........................................................................................................................................
..........................................................................................................................................
Part 2: Matching Protocols and Uses
Draw a line to connect the encryption protocol to its primary purpose and a common use case.
Protocol Purpose Use
Case
TLS/SSL Secures data traveling across a network between two specific endpoints (e.g.,
two offices).
IPsec Secures data between a web client and a web server.
Use Cases:
• A. Creating a Virtual Private Network (VPN) for remote workers.
• B. Ensuring a web login page is secure (HTTPS).
Part 3: Pros and Cons - Group Discussion
Discuss with your partners and write down one key advantage and one key disadvantage for each
encryption method.
Method Advantage Disadvantage
Symmetric
Asymmetric
Part 4: Scenario Analysis
What is the primary use of encryption in the following scenarios? Circle the best answer.
1. Enabling "Device Encryption" on your laptop.
a) Protection of Data in Transit
b) Systems Encryption (Data at Rest)
c) Authentication
2. Your browser shows a padlock icon next to [Link]
a) Protection of Data in Transit
b) Systems Encryption (Data at Rest)
c) Key Distribution