文件名称:DES
- 所属分类:
- 加密解密
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.96mb
- 下载次数:
- 0次
- 提 供 者:
- a**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
DES 使用一个 56 位的密钥以及附加的 8 位奇偶校验位,产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 个循环。
-DES uses a 56-bit key and an additional 8-bit parity bit, resulting in the largest 64-bit packet size. This is an iterative block cipher, using the technology known as the Feistel, which will encrypt the text block half. The use of sub-key pair, half of which application circulatory function, and then the output with the other half to " exclusive or" operator followed by the exchange of the two and a half, this process will continue, but in the end a cycle of non-exchange. DES uses 16 cycles.
-DES uses a 56-bit key and an additional 8-bit parity bit, resulting in the largest 64-bit packet size. This is an iterative block cipher, using the technology known as the Feistel, which will encrypt the text block half. The use of sub-key pair, half of which application circulatory function, and then the output with the other half to " exclusive or" operator followed by the exchange of the two and a half, this process will continue, but in the end a cycle of non-exchange. DES uses 16 cycles.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DES\Cpp1.cpp
...\Cpp1.dsp
...\Cpp1.dsw
...\Cpp1.ncb
...\Cpp1.opt
...\Cpp1.plg
...\Cpp2.cpp
...\Cpp2.dsp
...\Cpp2.dsw
...\Cpp2.ncb
...\Cpp2.opt
...\Cpp2.plg
...\Debug\Cpp1.exe
...\.....\Cpp1.ilk
...\.....\Cpp1.obj
...\.....\Cpp1.pch
...\.....\Cpp1.pdb
...\.....\Cpp2.exe
...\.....\Cpp2.ilk
...\.....\Cpp2.obj
...\.....\Cpp2.pch
...\.....\Cpp2.pdb
...\.....\vc60.idb
...\.....\vc60.pdb
...\DES.pdf
...\DES算法及其VC源代码.doc
...\Debug
DES
...\Cpp1.dsp
...\Cpp1.dsw
...\Cpp1.ncb
...\Cpp1.opt
...\Cpp1.plg
...\Cpp2.cpp
...\Cpp2.dsp
...\Cpp2.dsw
...\Cpp2.ncb
...\Cpp2.opt
...\Cpp2.plg
...\Debug\Cpp1.exe
...\.....\Cpp1.ilk
...\.....\Cpp1.obj
...\.....\Cpp1.pch
...\.....\Cpp1.pdb
...\.....\Cpp2.exe
...\.....\Cpp2.ilk
...\.....\Cpp2.obj
...\.....\Cpp2.pch
...\.....\Cpp2.pdb
...\.....\vc60.idb
...\.....\vc60.pdb
...\DES.pdf
...\DES算法及其VC源代码.doc
...\Debug
DES