搜索资源列表
deschecker
- 这是一款轻松实现des编码的源码,本程序用了一个列表框来显示所有16次迭代的所有信息-easily des source code, this program uses a list box to display all 16 iterations of all the information
edcode
- 使用DES+CBC的加密解密程序,实现可以选择4/16迭代的不用加密解密强度
TEST_DES
- 对输入的十六进数加密(把输入的字符转化成二进制整数,比如输入两个字符1F,转化成二进制数00011111),比较输入和输出。当把输入的数改变一个比特时(如把1F变为1E),比较输出的变化.修改程序,使得DES的16轮循环中每一轮循环结束都能输出一个结果(显示为十六进制的数),即输出Li、Ri(1 i 16)的值。
DES
- 一个实现DES加解密算法的小程序,编程实现DES算法的加密过程、脱密过程和16个内部密钥生成过程-An implementation of DES encryption and decryption algorithm applet, programming encryption algorithm DES implementation process, from secret process and the 16 internal key generation process
61627676
- 使用C编写的DES, DESX, DES3(三层DES) 的加密算法, 本程序演示如何在Delphi中进行调用C编写的算法 DES 密匙长度 8 DESX 密匙长度 16 DES3 密匙长度 24 (加密强度高了很多)-C prepared by the use of DES, DESX, DES3 (three-DES) encryption algorithm, the program demonstrates how to call at Delphi in the
16bitsDES3DES(TDES)V1.0
- 3Des互换工具,可以实现明文转换为密文,可以密文转明文。-3Des swap tool, you can achieve plaintext into ciphertext, you can switch to plaintext ciphertext.
cppfrance_JEU-TAQUIN___Page-(2)
- jeu de taquin:Le taquin est un jeu solitaire en forme d amier créé vers 18701 aux É tats-Unis. Sa théorie mathématique a été publiée par l American Journal of mathematics pure and applied2 en 1879. En 1891, son invention fut revendiquée par Sam L
javafr_JEU-TAQUIN-IMPLEMENTATION-ALGORITHME-HEURI
- Le taquin est un jeu solitaire en forme d amier créé vers 18701 aux É tats-Unis. Sa théorie mathématique a été publiée par l American Journal of mathematics pure and applied2 en 1879. En 1891, son invention fut revendiquée par Sam Loyd3, au momen
Security
- 字符串、长文本加密 支持MD5、SHA1、DES、对称加密、MD5 16位、MD5 32位、可逆和不可逆的加密-MD5 SHA1 DES MD516 MD532
DES
- DES加密,3-16层加密任选,带中间结果统计,可选加密文件-DES encryption ,3-16 layer encryption optional, with intermediate results statistics, optional encrypted file
3DES-PBOC-MAC
- 程序实现了3DES、DES加解密,PBOC的DES、3DES的MAC。 首先输入16进制的ASC码。将每个ASC转为4位二进制。然后DES运算。最后将每4位二进制结果转化为一个ASC输出。 -Program implements 3DES, DES encryption and decryption, the PBOC' s DES, 3DES the MAC. First, enter the ASC hexadecimal code. Each ASC to four bina
des1
- DES密码加密/解密算法的C++实现 DES是一种明文分组64比特,有效密钥56比特,输入密文64比特,具有16轮迭代的分组对称密码算法-DES C++ implementation
DES
- DES加密实现,DES 使用一个 56 位的密钥以及附加的 8 位奇偶校验位,产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 个循环,使用异或,置换,代换,移位操作四种基本运算。-DES encryption to achieve
NLa-b
- 对16轮DES线性攻击时计算S盒的NL值表。(所选用表格已给定)-S box for computation of 16 rounds of DES linear attack of NL value table
WjcDes
- 实现DES加解密算法 实现16位加解密技术 实现8位加解密技术-The realization of DES encryption algorithm Achieve 16 bit encryption technology Achieve 8 bit encryption technology
DES
- DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。 明文按64位进行分组, 密钥长64位,密钥事实上是56位参与DES运算(第8、16、24、32、40、48、56、64位是校验位, 使得每个密钥都有奇数个1)分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。-The DES algorithm for the symmetric cryptosystem cryptosystem, also known a
DES
- DES加解密,明文,密文,私钥皆为16进制,编写 DES 分组密码算法,用 DES 分组密码算法加密的密文 C 解密。