Welcome![Sign In][Sign Up]
Location:
Search - des 64

Search list

[OS programDES算法详述

Description: DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位.-DES algorithm combines 64 express importation into 64 blocks of dense text output block, it is also the key 64.
Platform: | Size: 5446 | Author: yang | Hits:

[Crack HackDES-64

Description: DES加密算法的C语言实现,64位加密的源程序-DES encryption algorithm in C language, 64-bit encryption of the source
Platform: | Size: 9112 | Author: whyspai | Hits:

[SourceCodeDES算法C++源代码

Description: DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位!
Platform: | Size: 45056 | Author: lijuanly88 | Hits:

[Crack Hack《DES算法的介绍和实现》配套源代码

Description: 《DES算法的介绍和实现》配套源代码- "DES Algorithm Introduction And Realization" necessary source code
Platform: | Size: 39936 | Author: Panbingjin | Hits:

[Windows DevelopDES算法讲解

Description: 一个很好的DES讲解-a good on DES
Platform: | Size: 301056 | Author: 杜涛 | Hits:

[Crack HackDES 加解密算法

Description: 此加解密算法DES使用56位密钥对64位的数据块进行加密,并对64位的数据块进行16轮编码。-DES encryption and decryption algorithms use 56 to 64 key pieces of data encryption, as well as 64 pieces of data for 16 coding.
Platform: | Size: 1912832 | Author: 田书贤 | Hits:

[Crack Hack数据加密标准(DES)示例

Description: 利用VC来实现一个简单的DES加密程序,他能完成DES算法的全部步骤,不过只能使用64位密码对64位明文进行加密-VC to achieve a simple DES encryption program, he can finish all the DES algorithm steps, but only use 64 to 64 passwords expressly encryption
Platform: | Size: 52224 | Author: blickwinkel | Hits:

[OS programDES算法详述

Description: DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位.-DES algorithm combines 64 express importation into 64 blocks of dense text output block, it is also the key 64.
Platform: | Size: 5120 | Author: | Hits:

[Crack HackDES-VC

Description: DES算法及其VC源代码,详细图解,代码完整-VC DES algorithm and its source code, detailed diagrams, code integrity
Platform: | Size: 38912 | Author: 王新昌 | Hits:

[Crack HackDES-64

Description: DES加密算法的C语言实现,64位加密的源程序-DES encryption algorithm in C language, 64-bit encryption of the source
Platform: | Size: 9216 | Author: whyspai | Hits:

[assembly languagedes

Description: DES是一种分组密码。假定明文m是由0和1组成的长度为64位的符号串,密钥k也是64位的0、1符号串。-DES is a block cipher. M is expressly assumed by 0 and a length of 64 strings of symbols, as well as key k 0 64, a string of symbols.
Platform: | Size: 2048 | Author: 蓝色简单 | Hits:

[Crack Hackdes

Description: 进行DES加密,通过此程序可以得到64位的加密结果-For DES encryption, the adoption of this procedure can be the result of 64-bit encryption
Platform: | Size: 40960 | Author: 张华 | Hits:

[Crack HackDES

Description: DES算法要求加密密钥和解密密钥一致。密钥所需的字节数祖长度为8位。基于对需求的理解,密钥由客户设定,在加密和解密的时候,在服务器端输入一密钥达到文件的加密需求,在终端输入同一密钥达到加密文件的解密需求。 DES加密的时候,最后一位长度不足64的,它会自动填补到64,那么在我们进行字节数组到字串的转化过程中,可以把它填补的不可见字符改变了,所以时常引发系统抛出异常。为此,在处理过程中,我们需要把一些信息编码保存起来,使之保证数据完整性。故在des.Des类中运用到了convert4CharTo64bit方法。 -err
Platform: | Size: 6567936 | Author: wuqian | Hits:

[DocumentsDES

Description: DES的每个分组是64位,既明文和密钥都是64位(密钥实际用56位,每字节第8位为校验)。这个算法的核心是Feistel密码,由于其设计的巧妙,加密解密都用一个函数,具体原理请查阅其他资料。DES的流程基本是执行16轮下面的运算:-DES each packet is 64, both explicit and are 64-bit key (actual key 56, the first 8 bytes each for validation). The core of this algorithm are Feistel password, because of its ingenious design, encryption and decryption using a function, specifically the principle of access to other information requested. DES is the implementation of the basic flow of 16 the following operations:
Platform: | Size: 23552 | Author: 吴成刚 | Hits:

[Crack HackDES

Description: DES工作的基本原理是,其入口参数有三个:key、data、mode。 key为加密解密使用的密钥,data为加密解密的数据,mode为其工作模式。当模式为加密模式时,明文按照64位进行分组,形成明文组,key用于对数据加密,当模式为解密模式时,key用于对数据解密。实际运用中,密钥只用到了64位中的56位,这样才具有高的安全性。 -The basic principle of DES is that its entrance there are three parameters: key, data, mode. key used for encryption and decryption keys, data encryption and decryption for the data, mode of its work. When the model for the encryption mode, expressly in accordance with the grouping 64 to form a specific group, key for data encryption, when the model mode for decryption, key for decryption of data. Practical application, the key has been used only 64 of 56, so that with high security.
Platform: | Size: 1172480 | Author: donton | Hits:

[Crack HackDES

Description: 实现DES算法 64位明文输入和56位密钥输入,进行加密解密-DES algorithm to achieve explicit 64-bit input and 56-key input, for encryption and decryption
Platform: | Size: 3072 | Author: zxn | Hits:

[Crack HackDES

Description: DES编码的 MFC实现,64位明文,56位或者64位密钥-DES encoding MFC Implementation
Platform: | Size: 7607296 | Author: baby无齿 | Hits:

[Crack HackDES

Description: MFC实现DES的加密解密模拟,密钥为64位,-MFC to achieve DES encryption and decryption simulation, the key is 64 bits,
Platform: | Size: 29696 | Author: greenwheat | Hits:

[Crack HackDES

Description: Java语言编写DES算法,采用64位密钥加密64位明文,该算法将明文分为左右两部分-Written in Java DES, 64-bit key to encrypt the 64 plaintext, the algorithm will be expressly divided into left and right parts ...
Platform: | Size: 15360 | Author: 陈俊逸 | Hits:

[Crack HackDES加密与解密

Description: des加密算法的实现,DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。其密钥长度为56位,明文按64位进行分组,将分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。DES加密算法特点:分组比较短、密钥太短、密码生命周期短、运算速度较慢。(The symmetric cryptosystem in the DES algorithm for the password system, has been became the data encryption standard, was developed by the United States in 1972 IBM symmetric cryptosystem encryption algorithm. Its key length is 56, expressly groups, according to a 64 - bit will clear after the grouping and 56 set of keys according to a replacement or exchange method to form cipher group encryption method)
Platform: | Size: 649216 | Author: 我又不乱来UKnow | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net