文件名称:DES_PC
介绍说明--下载内容均来自于网络,请自行研究使用
该程序为DES的加密系统程序。
  内容:
*64位输入。
  *已在输入四位分布式正确位。
  *完整的ORing置换涉及8个字节
  *由16个输入半字节。使用16 * 16 * 8 = 2K的存储字节
  *每64位置换。 32位排列(P)和扩展
  *使用字节,而不是半字节。
  *能够使用长整型
  *使用8K的表格使向下扩展或收缩
  *减少其他表的大小。-The program for the DES encryption system program. Content:* 64-bit input.* Enter the four distributed in the correct position.* ORing replacement involves the complete 8 bytes* from the input half of 16 bytes. Use 16* 16* 8 = 2K byte* memory location for every 64. 32-bit array (P) and extended* Use byte, rather than nibble.* Be able to use long integer* Use the form 8K to expand or shrink down* to reduce the size of other tables.
  内容:
*64位输入。
  *已在输入四位分布式正确位。
  *完整的ORing置换涉及8个字节
  *由16个输入半字节。使用16 * 16 * 8 = 2K的存储字节
  *每64位置换。 32位排列(P)和扩展
  *使用字节,而不是半字节。
  *能够使用长整型
  *使用8K的表格使向下扩展或收缩
  *减少其他表的大小。-The program for the DES encryption system program. Content:* 64-bit input.* Enter the four distributed in the correct position.* ORing replacement involves the complete 8 bytes* from the input half of 16 bytes. Use 16* 16* 8 = 2K byte* memory location for every 64. 32-bit array (P) and extended* Use byte, rather than nibble.* Be able to use long integer* Use the form 8K to expand or shrink down* to reduce the size of other tables.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DES_PC\DES_PC.C