搜索资源列表
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
- 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
3des
- 本次测试的代码是DES算法的C语言实现(VC 6.0): (1)加密 输入:8个明文字符,8个密钥字符(例如“12345678”,“12345678”) 将输入密钥和明文的8个字符各自转换为二进制,然后进行DES加密,输出加密结果 将加密过程中第1,2轮E盒扩展,S盒置换,P盒替代中间结果输出 (2)解密 输入:将加密之后得到的64比特密文作为输入 输出:经过DES解密之后,输出8比特字符(3DES encryption and decryption in C lan