/Cryptography-I-Dan-Boneh

Coursera上斯坦福大学Dan Boneh教授的密码学I的课程记录

Cryptography-I-Dan-Boneh

Coursera上斯坦福大学Dan Boneh教授的密码学I的课程记录

课程地址

https://www.coursera.org/learn/crypto/home/welcome

课程介绍

Cryptography is an indispensable tool for protecting information in computer systems. In this course you will learn the inner workings of cryptographic systems and how to correctly use them in real-world applications. The course begins with a detailed discussion of how two parties who have a shared secret key can communicate securely when a powerful adversary eavesdrops and tampers with traffic. We will examine many deployed protocols and analyze mistakes in existing systems. The second half of the course discusses public-key techniques that let two parties generate a shared secret key. Throughout the course participants will be exposed to many exciting open problems in the field and work on fun (optional) programming projects. In a second course (Crypto II) we will cover more advanced cryptographic tasks such as zero-knowledge, privacy mechanisms, and other forms of encryption.

week 1 - Course overview and stream ciphers

简介

This week's topic is an overview of what cryptography is about as well as our first example ciphers. You will learn about pseudo-randomness and how to use it for encryption. We will also look at a few basic definitions of secure encryption.

学习目标

Learn how stream ciphers work and how to use them correctly.