第二章 2.1 什么是对称密码的本质成分? Plaintext, encryption algorithm, secret key, ciphertext, decryption algorithm. 明文 加密算法 密钥 密文 解密算法 2.2 密码算法中两个基本函数式什么? Permutation and substitution. 代换和置换 P20 2.3 用密码进行通信的两个人需要多少密钥? 对称密码只需要一把,非对称密码要两把 P20 2.4 分组密码和流密码的区别是什么? A stream cipher is one that encrypts a digital data stream one bit or one byte at a time. A block cipher is one in which a block of plaintext is treated as a whole and used to produce a ciphertext block of equal length. 分组密码每次输入的一组元素,相应地输出一组元素。流密码则是连续地处理