Winter 2018 CS 485/585 Intro to Cryptography

About

Cryptography is usually described as the art of secret writing. The revolution of modern cryptography, however, has been transforming cryptography into a science based on a mathematically rigorous framework. Beyong the significance in protecting information in our society, modern cryptography is also full of intellectual and mathematical beauty. This course will explore the key concepts in modern cryptography, including private-key cryptography such as perfect secrecy, block ciphers, crytographic hash functions and message authentication, as well as public-key cryptography such as public-key encryption and digital signatures. We will also touch some exciting advanced topics such as secure computation, fully homomorphic encryption, and the threats and opportunities that the new paradigm of quantum computing brings in cryptography. We will take a conceptual and theoretical approach: the focus is on the ideas rather than implementations, and on how to define and reason about security of cryptographic constructions in a mathematically sound manner. The ultimate goal will be to build a cryptographic way of thinking.

Text

Prerequisites

CS 350 or equivalent. It is crucial that you are comfortable with (preferably enjoy) reading and writing mathematical proofs. It’s helpful if you are familiar with (randomized) algorithms, basic probability theory and linear algebra. I will review some of the basics in class, but the terms “big-O notation, randome variables, expectation, matrices and eigenvalue” for example should not be totally alien to you. If you are uncertain about your background please don’t hesitate to talk with me. Programming skills are not required for this course.

Main topics

  • Part I: Overview. History, dawn of modern cryptography, the idea of provable security, and Shannon’s perfect secrecy.
  • Part II: (Modern) Private-key (aka symmetric) cryptography.
    • Computational security for encrytion, CPA & CCA, proof by reduction;
    • Pseudorandom generators and stream ciphers, psuedorandom permutations and block ciphers;
    • Data integrity, message authentication codes;
    • Hash functions, random oracle, applications.
    • Practical and theoretical constructions of private-key primitives.
  • Part III: Pubic-key (aka asymmetric) cryptography.
    • Diffie-Hellman key exchange, and the public-key evolution;
    • Public-key encryption. lattice-based PKE, trapdoor permutations, hybrid encryption;
    • Digital signature. DSA, hash-based signatures.
  • Part IV: Selected topics. Zero-knowledge proofs, fully homomorphic encryption, quantum-safe cryptography, etc.

Policy

  • Grading Policy: Homework 40%, Quiz 20%, Final Exam 30%, Participation 10%.

  • Homework: Start working on your homework early! The more iterations you go through a problem, the more likely you will get some idea of approaching it. Do not expect to finish it the night before due. You must turn in hard copies of your assignments before the lecture on the due date, and your written solutions must be intelligible. I encourage you to type your homework with Markdown or Latex (and submit the printouts). Late homework is acceptable, but there will be a penalty of 30% (<1 day), 50% (1-2 days), 80% (2-3 days), and 100%(>3 days). Some problems are markded for Graduate students (registered in 585), which are required for graduate students, and counted as bonus points for undergraduate students.

  • Collaboration: I highly encourage you form study groups (of 3 people maximum) as early as possible. You may discuss in groups on homework problems, however, everyone must write up their solutions independently. For each problem that you have collaborated with others, you must list the names of your collaborators.

  • Quiz and exam: Quizzes are closed book. In the final exam, You are allowed to bring in two pages (double-sided, letter-size) of notes.

  • Academic integrity: Students will be responsible for following the PSU Student Conduct Code.

  • Students with disabilities: If you need academic accommodations, please register with the Disability Resource Center and notify the instructor immediately to arrange for support services.