文件名称:DES
- 所属分类:
- 加密解密
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.26mb
- 下载次数:
- 0次
- 提 供 者:
- 范**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
DES算法的实现与改进,DES 使用一个 56 位的密钥以及附加的 8 位奇偶校验位,产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 个循环,使用异或,置换,代换,移位操作四种基本运算。 数据加密算法
-DES algorithm implementation and improvement, DES uses a 56 bit key and an additional 8-bit parity, the greatest 64-bit block size. This is an iterative block cipher, using the technology known as Feistel, which will encrypt the text block into two halves. Half of them using the application of the key sub-circulatory function, and then the other half of the output with a " XOR" operation then swap the two and a half, this process will continue, but no exchange of the last cycle. DES uses 16 cycles, using XOR, replacement, substitution, shift operations are four basic operations. Data Encryption Algorithm
-DES algorithm implementation and improvement, DES uses a 56 bit key and an additional 8-bit parity, the greatest 64-bit block size. This is an iterative block cipher, using the technology known as Feistel, which will encrypt the text block into two halves. Half of them using the application of the key sub-circulatory function, and then the other half of the output with a " XOR" operation then swap the two and a half, this process will continue, but no exchange of the last cycle. DES uses 16 cycles, using XOR, replacement, substitution, shift operations are four basic operations. Data Encryption Algorithm
相关搜索: feistel
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DES\Debug\DES加解密算法.bsc
...\.....\DES加解密算法.sbr
...\.....\DES加解密算法Dlg.sbr
...\.....\RCa01292
...\.....\RCa02236
...\.....\RCa02960
...\.....\RCa03688
...\.....\RCa03748
...\.....\RCa06040
...\.....\StdAfx.sbr
...\DES加解密算法.APS
...\DES加解密算法.cpp
...\DES加解密算法.dsp
...\DES加解密算法.dsw
...\DES加解密算法.h
...\DES加解密算法.ncb
...\DES加解密算法.opt
...\DES加解密算法.plg
...\DES加解密算法.rc
...\DES加解密算法Dlg.cpp
...\DES加解密算法Dlg.h
...\resource.h
...\StdAfx.cpp
...\StdAfx.h
...\密钥二进制表示.dat
...\明文二进制表示.dat
...\Debug
DES
...\.....\DES加解密算法.sbr
...\.....\DES加解密算法Dlg.sbr
...\.....\RCa01292
...\.....\RCa02236
...\.....\RCa02960
...\.....\RCa03688
...\.....\RCa03748
...\.....\RCa06040
...\.....\StdAfx.sbr
...\DES加解密算法.APS
...\DES加解密算法.cpp
...\DES加解密算法.dsp
...\DES加解密算法.dsw
...\DES加解密算法.h
...\DES加解密算法.ncb
...\DES加解密算法.opt
...\DES加解密算法.plg
...\DES加解密算法.rc
...\DES加解密算法Dlg.cpp
...\DES加解密算法Dlg.h
...\resource.h
...\StdAfx.cpp
...\StdAfx.h
...\密钥二进制表示.dat
...\明文二进制表示.dat
...\Debug
DES