Lecture 10: April 20, 2026
Reading:
text
, §10.2.3–10.3, 10.3.2
Assignments:
Homework 2, due April 24, 2026
Greetings and felicitations!
Product ciphers
DES
AES
Public-Key Cryptography
Basic idea: 2 keys, one private, one public
Cryptosystem must satisfy:
Given public key, computationally infeasible to get private key;
Cipher withstands chosen plaintext attack;
Encryption, decryption computationally feasible (
note
: commutativity not required)
Benefits: can give confidentiality or authentication or both; simplifies key distribution
Use of public key cryptosystem
Normally used as key interchange system to exchange secret keys (cheap)
Then use secret key system (too expensive to use public key cryptosystem for this)
RSA
Provides both authenticity and confidentiality
Based on difficulty of computing totient, φ(
n
), when
n
is difficult to factor
Matt Bishop
Office: 2209 Watershed Sciences
Phone: +1 (530) 752-8060
Email:
mabishop@ucdavis.edu
ECS 153A, Computer & Information Security & Privacy I
Version of April 20, 2026 at 1:55PM
You can also obtain a PDF version of this.