资源列表
select
- 这是一个简单的加密文件,可以实现简单的加密功能。-failed to translate
DES
- DES算法的实现与改进,DES 使用一个 56 位的密钥以及附加的 8 位奇偶校验位,产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 个循环,使用异或,置换,代换,移位操作四种基本运算。 数据加密算法 -DES algorithm implementation and impro
beibaosuanfa
- 简单的小程序实现背包加密算法,程序也是从网上找的,没有测试过,希望能对你有所帮助-failed to translate
525265225455442rsa
- C++实现RSA加密解密,非常好,引用学习-C++ and RSA
md5_implication
- MD5算法的实现. 明文数据经MD5算法进行散列处理,可以形成密文/数据的摘要,应用此算法可以实现对邮件的加密. 实验步骤: 1、填充消息:10…0,使消息长度等于448mod512 2、添加明文长度(64位) 3、初始化4个字的寄存器 4、消息由512-bits数据块(Y0,Y1,…)处理4轮,每轮16次迭代 -MD5 algorithm. Plaintext data hashed by the MD5 algorithm, can form dense text/d
md5
- 这是一个用来计算文件的MD5值控制台应用程序,C++源代码-This is a file used to calculate the MD5 value of the console application, C++ source code
mod
- 一个自己编写的大数求模运算,382位整数除181位数,可用于加密算法,完整的工程文件,可在vc下运行,代码中有注释。-I have written a large number modulo operation, 382-bit integer addition to 181 bits, can be used for encryption algorithm, the complete project file can be run in the vc, code in comments.
cpu-des
- 实现des加密,是DES最早期的一个算法实现。可帮助进行GPU开发等。-contribute to DES encryption
program
- air开发代码\主要是加密swf文件方案代码-air development code \ main program code is encrypted swf file
des
- 用delphi实现加密解密,des算法,为什么一定要20啊-Encryption and decryption using delphi implementation, des algorithm
jiamijiemiwenjian
- 文件的加密解密,一些流的操作,流的加密....DES -File encryption and decryption, some streams of the flow of encryption .... DES file encryption and decryption, some streams of the flow .... DES encryption
chapter4
- RSA Implementation in java
