1 / 5
文档名称:

交大网络与信息安全第二次作业.docx

格式:docx   大小:25KB   页数:5页
下载后只包含 1 个 DOCX 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

交大网络与信息安全第二次作业.docx

上传人:buzaiwuzhuang123 2019/10/5 文件大小:25 KB

下载得到文件列表

交大网络与信息安全第二次作业.docx

文档介绍

文档介绍:网络与信息安全第二次作业Assign 2 - InetSec 加密Assign 2 - InetSec CryptoSecret and Public Key Cryptography密钥和公钥的密码技术1. How many DES keys, on the average, encrypt a particularplaintext block to a particular ciphertext block? [Kaufman§] (10 points)一般来说,把一段详细的评述文字加密成一段加密文字,需要多少位DES 密码?答:DSE 一般采用 56 位长度的 Key,所以总共有 256 种可能,这个数字大约是  的 16 次方。2. Suppose the DES mangler function mapped every 32-bitvalue to zero, regardless of the value of its input. Whatfunction would DES pute?[Kaufman §] (10points)假设这种 DES 切割函数就是不管输入什么值每 32 位的值都映射成 0,那么 DES 是什么函数又是怎么计算的呢?答:置换函数 Li=Ki-1;Ri=Li+1*F(Ri-1,Ki)3. It is said that the initial and final permutations of all 64 bitsin DES operation do not enhance the cryptographic strengthof the encryption algorithm. Could you provide anexplanation without using sophisticated mathematics? (10points)据说,64 位前后交换位置这种 DES 方法不能提高加密算法的密码强度。不使用复杂的数学理论你能提供一个解释来说明吗?答:因为输出排列=(输入排列)-1,每一个排列都是一个有次序的 Bryant-Tree 排列,所以并没有安全上的改善。4. Compute the number of 64-bit encryption operationsperformed for an n bit plaintext using CBC, k-bit OFB and k-bit CFB. Count all encryption operations, not just operationsperformed on the plaintext itself. Take as an example, n =1024 and k = 32. (10 points)计算 64 位的数字加密操作通过使用 CBC,k 位 OFB 和 k 位 CFB 把它变成一个 n 位的评述文字。计算所有的加密操作,这些操作不仅仅运行在这个评述文字本身。举个例子 n=1024 和 k =32。答:密文区段串接 (Cipher BlockChaining, CBC) 模式k-位元密文反馈 (k-bits Cipher Feedback, CFB)模式加密运算程序:SR1= IV