The Chinese translation of A Graduate Course in Applied Cryptography by Dan Boneh and Victor Shoup.
- Chap. 1. Introduction(简介)
- Chap. 2. Encryption(加密)
- Chap. 3. Stream Ciphers(流密码)
- Chap. 4. Block Chiphers(分组密码)
- Chap. 5. Chosen Plaintext Attack(选择明文攻击)
- Chap. 6. Message Integrity(消息完整性)
- Chap. 7. Message Integrity from Universal Hashing(来自通用哈希的消息完整性)
- Chap. 8. Message Integrity from Collision Resistant Hashing(来自抗碰撞哈希的消息完整性)
- Chap. 9. Authenticated Encryption(认证加密)
- Chap. 10. Public Key Tools(公钥基本工具)
- Chap. 11. Public Key Encryption(公钥加密)
- Chap. 12. Chosen Ciphertext Secure Public Key Encryption(选择密文安全的公钥加密)
- Chap. 13. Digital Signatures(数字签名)
- Chap. 14. Fast Hash-Based Signatures(基于哈希的快速签名)
- Chap. 15. Elliptic Curve Cryptography and Pairings(椭圆曲线密码学与配对)
- Chap. 16. Post-Quantum Cryptography: Lattices and Isogenies(后量子密码学)
- Chap. 17. Analysis of Number Theoretic Assumptions(对数论假设的分析)
- Chap. 18. Protocols for Identification and Login(用于身份识别与认证的协议)
- Chap. 19. Identification and Signatures from Sigma Protocols(基于 Sigma 协议的身份识别与签名)
- Chap. 20. Proving properties in zero-knowledge(在零知识中证明属性)
- Chap. 21. Authenticated Key Exchange(认证密钥交换)
- Chap. 22. Secure Multi-Party Computation(安全多方计算)
- A. Basic Number Theory(基本数论)
- B. Basic probability theory(基本概率论)
- C. Basic complexity theory(基本复杂性理论)
- D. Probabilistic algorithms(概率性算法)