搜索资源列表
des加密算法源代码c语言实现
- DES算法C语言实现的源代码,本人已经测试同uo,效果还可以-DES algorithm C language source code, I have uo with the test results can also
DES算法的C++编写实现
- DES算法C语言实现的源代码,本人已经测试同uo,效果还可以,真的好好的!!!睇下吧大家!-DES algorithm C language source code, I have uo with the test results can also really good! ! ! Dixia it all!
DES-64
- DES加密算法的C语言实现,64位加密的源程序-DES encryption algorithm in C language, 64-bit encryption of the source
x9.8
- ansiX9.8 算法的C语言实现,同时包含DES算法的C语言实现-ansiX9.8 algorithm C language, contains the DES algorithm C Language
des1
- DES算法的C语言实现,带有详细注释,02年所写,在我的另一个文件加密程序中使用过,在此摘出来也可以作为其他加密程序的内核。
des1
- 密码学中的des算法的C语言实现 密码学中的des算法的C语言实现
des算法的C实现
- 一个利用C语言来实现加密算法之DES算法的源码。-A source program of DES arithmetic using C .
DES
- C语言简单明了实现des算法的加密解密,注释清楚,解释详细,看看就知道了。-C language is simple to achieve des encryption and decryption algorithms, comments clear, a more detailed explanation, see the know.
DES
- DES算法的C语言实现,大家可以参考一下。-DES algorithm to achieve the C language, we can reference.
des
- 密码学的des算法的加密与解密的过程,其中有16轮迭代。c语言实现。-Des algorithm cryptography encryption and decryption process, of which 16 iterations. c language.
DES
- DES加密算法的C语言实现,包括测试及演示,包你所求-DES encryption algorithm in C language implementation, including the testing and demonstration, packet you seek
DES
- 数据加密标准算法的程序实现,用C语言实现的,已经编译通过,可以放心使用-Data Encryption Standard algorithm
des
- DES加密的c语言实现,对学习DES算法很有帮助哦-DES
DES
- DES算法的c语言实现及其测试(16轮)-DES implementation
des
- DES加密解密算法的C语言实现,信息安全课程的大作业。-DES encryption and decryption algorithm of the C language, the big job of information security courses.
DES
- des算法的c语言实现,并附有算法的详细原理说明,供使用者方便 -des algorithm c language, together with detailed schematic descr iption of the algorithm for user convenience
chazhi
- 加密算法中经典的DES算法的C语言实现,利用此算法可以掌握对称加密算法的大致流程-Encryption algorithms, classic DES algorithm in C language, the use of this algorithm can grasp the general process of the symmetric encryption algorithm
DES
- DES算法的C语言实现,有示例明文密钥文件,包含完整的工程文件,编译通过。-The C language implementation of the DES algorithm, example of plaintext key file contains a complete project file and compile.
des
- DES加密算法的C语言实现,嘿嘿,值得借鉴哟-DES encryption
DES
- DES加密算法的C语言实现。用VC编译是可以的(VC的C编译器和C++编译器是分开的,*.c的文件VC都是用C编译器编译的)。在GCC或者其他编译环境下有可能编译器不认识__int64的写法,这时在文件头加上这么一句应该就可以了: #ifndef __int64 #define __int64 long long #endif-DES encryption algorithm in C language. VC compiler (VC C compiler and C++ comp