搜索资源列表
3DES加密算法源代码
- DES加密源代码,用3DES加密算法。 加密强度高,到目前为止,还无人能够破解!-DES encryption source code, using 3DES encryption algorithm. Encryption strength, so far, no one can break!
3des
- 能够进行des和3des加密解密运算,内有详细的注释
3DES
- 3DES加密与解密的算法。 该算法通过编译,可以直接使用,跟API一样,相当的方便。
3des
- 3des加密解密算法的一个c++实现。 网络字符串加密时可以使用。
3DES
- 3DES加密算法~~~~~~~ 密码学课程设计
3des 源码
- c# for 3des加密解密-C# code for 3DES encryption and decryption
vc.des加密
- des、3des加密
基于单片机的实时3DES加密算法的实现pdf
- 基于单片机的实时3DES加密算法的实现.pdf
socket ecc+3des加密聊天c语言
- socket编程, ecc+3des加密聊天c语言实现
3des.3DES加密演示程序,有加密,解密演示
- 3DES加密演示程序,有加密,解密演示,需要输入KEY,3DES encryption demo program, there are encryption, decryption presentation, need to enter KEY
详细讲解3DES加密算法的加密过程
- 详细讲解3DES加密算法的加密过程,对学习和编写3DES加密的朋友可能有些帮助!-Explain in detail the process of encryption 3DES encryption algorithm, 3DES encryption and the preparation of learning may help a friend!
gcc_des.tar
- gcc编译的des,3des加密解密算法。使用方法见main.c中的注释。-gcc compiler for des, 3des encryption and decryption algorithm. Main.c see the use of the Notes.
qcode
- 3DES加密算法源代码,里面含有加密和解密源码,已经将加密和解密封装成两个文件,你可以方便的调用-3DES encryption algorithm source code, which contains the source code for encryption and decryption, encryption and decryption has been packaged into two files, you can easily call!!
3des
- 实现3DES加密解密的系统。。。应用密码学课程设计-complete 3des encrypt and desencrypt
3Des
- des加密解密。DES加密源代码,用3DES加密算法。-des encryption
3des-for-c
- c语言实现3des加密解密的C源程序,包括c和.h文件-c languge for 3des
MD53DES
- MD5、3DES加密类,主要介绍MD5算法-MD5、3DES
test
- 3des加密解密,简单的测试用例,完整测试用例(3DES encryption and decryption, simple test cases, complete test cases)
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
C++实现3Des算法
- 用Visual C++实现3DES加密算法(C++ implementation of 3DES algorithm)