搜索资源列表
DES.rar
- DES的加密算法,基于五种方式的实现,分别是CBC,ECB,CFB,OFB,CTR,DES encryption algorithm, based on the realization of five ways, namely CBC, ECB, CFB, OFB, CTR
DES
- 标准数据加密算法DES算法,可以加/解密数据和文件。-DES Data Encryption Standard algorithm, you can encrypt/decrypt data and files.
DES
- 数据加密标准算法的程序实现,用C语言实现的,已经编译通过,可以放心使用-Data Encryption Standard algorithm
DES
- It is a source code for DES algorithm in C++. it may not work but can give some help in your way of coding
des
- source code for DES algorithm
TripleDES
- triple des algorithm implemented using java
DES
- DES算法 所有头文件和代码都在里面了-DES algorithm and code all the header files inside
des
- 使用des算法编码后,并实现两台机器之间的网络传输-Des algorithm code, and network transmission between the two machines
DES-encryption-and-decryption-
- 本文列出了用C语言实现DES算法的加密和解密功能,方便易懂-DES algorithm encryption and decryption functions
des
- 加密解密中的DES算法的实现,vc版本,有需要就下-Implementation of the DES algorithm encryption decryption vc version, there is a need on the next
DES
- 这个是用C++模拟实现DES算法的加密的程序-This is written in c++ simulation realization DES algorithm encryption program
des-algorithm
- 用C++实现 des加密解密算法,加密过程中程序会自动生成cipher.txt文件,解密过程会自动生成result.tet文件,在对比明文信息即可,运行程序,程序会自动为你计算运行程序所耗时-Des encryption and decryption algorithm in C++ the encryption process program automatically generate cipher.txt file decryption process automatically gene
DES
- 可以用于多位二进制数加密解密的DES算法,在main函数中给出了使用范例,使用者可以比较并且了解到DES的雪崩效应。-Can be used for a number of binary encryption and decryption of DES algorithm, using the example given in the main function, the user can compare and understand the avalanche effect of DES.
DES
- 用C实现DES算法,有MFC界面。主要实现字符串加密和字符加密。可以作为一个加密小软件-DES algorithm implemented in C, with MFC interface. The main achievement of the character string encryption and encryption. Encryption can be used as a small software
des
- DES算法代码,C语言编写,在VC6.0下编写-DES algorithm code, C language, written in VC6.0
DES-DEMO-CODE
- DES加密算法,采用VC++6.0编写,直接可以运行,可用于教学演示等。-DES algorithm。
des
- 此文档主要包含DES,3DES的各种算法的原程序-This document consists of DES, 3 DES algorithm of the original program
DES
- DES算法,执行一轮DES加密解密过程。-DES algorithm, one round of DES encryption and decryption process.
DES
- DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位,其功能是把输入的64位数据块按位重新组合,并把输出分为L0 、R0两个部分,每部分各长32位.-The DES algorithm 64-bit input block of plaintext into a 64-bit output ciphertext block, it uses the key is 64, the function of which is 64-bit block of input dat
des.tar
- THE ALGORITHM WRITTEN IN C FOR BOTH ENCRYPTION AND DESCRYPTION AND CAN BE USED AS SINGLE MODULE FOR 3- des ALGORITHM