CS 194: Cryptography (Spring 2019)

Overview

Instructor: Sanjam Garg. 
Time: 2:00--3:30pm, Tuesdays and Thursdays. 
Location: 310 Soda.
Office Hours: 3:30pm- 4:30pm Tuesdays or by email (For Fall 2017 only).
GSI: TBD
Units: 4

Summary

Cryptography or cryptology is the science of designing algorithms and protocols for enabling parties to communicate and compute securely in an untrusted environment (e.g. secure communication, digital signature and etc.) Over the last four decades, cryptography has transformed from an ad hoc collection of mysterious tricks into a rigorous science based on firm complexifty-theoretic foundations.  This modern complexity-theoretic approach to cryptography will be the focus of this course.  

For example, in the context of encryption we will begin by giving a precise mathematical definition for what it means to be a secure encryption scheme and then give a construction (realizing this security notion) assuming various computational hardness asumptions (e.g. factoring). 

Tentative List of Topics

  1. Introduction
  2. Review of Algorithms and Probability
  3. Perfect Security: One time Pad
  4. Private-Key Encryption
  5. Computation Security
  6. Pseudorandom Generators (One-Way Functions) 
  7. Pseudorandom Functions; Pseudorandom Permutations
  8. CPA Security
  9. CCA Security
  10. Digital Signatures in Theory & Practice
  11. Collision-Resistant Hashing
  12. Zero-Knowledge Proofs
  13. Homomorphic Encryption
  14. Secure Protocols

Prerequisites and Suggested Textbook

We will be following the book Introduction to Modern Cryptography by Jonathan Katz and Yehuda Lindell.

The only formal prerequisite is a course on discrete mathematics (CS70). Specifically, we will assume familiarity with basic (discrete) probability and modular arithmetic. Students enrolled are also expected to have had some exposure to algorithms, mainly to be comfortable reading pseudocode and to be familiar with big-O notation.

Grading

Homeworks (every week) - 20%, Midterm I - 25%, Midterm II - 25%, Final 30%


Reference Material:

 

Following includes some other excellent reference material.