1 / 5
文档名称:

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

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

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

分享

预览

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

上传人:samchh 2021/6/28 文件大小:131 KB

下载得到文件列表

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

文档介绍

文档介绍:网络与信息安全第二次作业
Assign 2 - InetSec 加密
Assign 2 - InetSec Crypto
Secret and Public Key Cryptography
密钥和公钥的密码技术
1. How many DES keys, on the average, encrypt a particular
plaintext block to a particular ciphertext block? [Kaufman
§] (10 points)
一般来说,把一段详细的评述文字加密成一段加密文字,需要多少位 DES
密码?
答:DSE 一般采用 56 位长度的 Key,所以总共有 256 种可能,这个数字
大约是 的 16 次方。
2. Suppose the DES mangler function mapped every 32-bit
value to zero, regardless of the value of its input. What
function would DES then compute?[Kaufman §] (10
points)
假设这种 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 bits in
DES operation do not enhance the cryptographic strength of
the encryption algorithm. Could you provide an explanation
without using sophisticated mathematics? (10 points)
据说,64 位前后交换位置这种 DES 方法不能提高加密算法的密码强度。
不使用复杂的数学理论你能提供一个解释来说明吗?
答:因为输出排列=(输入排列)-1,每一个排列都是一个有次序的
Bryant-Tree 排列,所以并没有安全上的改善。
4. Compute the number of 64-bit encryption operations
performed for an n bit plaintext using CBC, k-bit OFB
and k-bit CFB. Count all encryption operations, not just
operations performed on the plaintext itself. Take as an
example, n = 1024 and k = 32. (10 points)
计算 64 位的数字加密操作通过使用 CBC,k 位 OFB 和 k 位 CFB 把它变