DES

所属分类:加密解密
开发工具:Visual C++
文件大小:260KB
下载次数:78
上传日期:2013-09-08 15:39:37
上 传 者cyrchenyerong
说明:  QT 实现 DES加密,一种对称加密算法,DES 使用一个 56 位的密钥以及附加的 8 位奇偶校验位,产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 个循环,使用异或,置换,代换,移位操作四种基本运算。
(QT achieve DES encryption, a symmetric encryption algorithm, DES uses a 56-bit key and an additional eight parity bits, resulting in the largest packet size 64. This is an iterative block cipher, using the technique called Feistel, wherein the encrypted text block divided into two halves. Half of them using the sub-key application circulatory function, then the output and the other half for " exclusive or" operation Then swap the two halves, this process will continue, but in the end a cycle is not exchanged. DES uses 16 cycles, using XOR, replacement, substitution, four basic arithmetic shift operations.)

文件列表:
DES\debug\des.o (183479, 2013-07-12)
DES\debug\main.o (179491, 2013-07-12)
DES\debug\testAES.exe (570389, 2013-07-12)
DES\des.cpp (16665, 2013-08-22)
DES\des.h (2736, 2013-07-12)
DES\DES.pro (192, 2013-07-12)
DES\DES.pro.user (16598, 2013-08-22)
DES\main.cpp (2222, 2013-07-12)
DES\Makefile (5879, 2013-07-12)
DES\Makefile.Debug (4834, 2013-07-12)
DES\Makefile.Release (4888, 2013-07-12)
DES\debug (0, 2013-07-12)
DES\release (0, 2013-07-12)
DES (0, 2013-08-22)

近期下载者

相关文件


收藏者