搜索资源列表
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
3des.3DES加密演示程序,有加密,解密演示
- 3DES加密演示程序,有加密,解密演示,需要输入KEY,3DES encryption demo program, there are encryption, decryption presentation, need to enter KEY
Des.rar
- 3DES加密Demo!!!!!!!!!!!!!!!!!!,3DESDemo!!!!!!!!!!!!!!!!!!
3Des.rar
- 采用3des进行加密的源代码,经过验证的,已经在我的系统中使用,这是个测试例子,The use of 3DES for encryption source code, proven, and has been used in my system, this is a test example
3DES 是DES向AES过渡的加密算法
- 3DES(即Triple DES)是DES向AES过渡的加密算法,它使用3条64位的密钥对数据进行三次加密。是DES的一个更安全的变形。它以3des加密算法 DES为基本模块,通过组合分组方法设计出分组加密算法。比起最初的DES,3DES更为安全。 -3DES(即Triple DES)是DES向AES过渡的加密算法,它使用3条64位的密钥对数据进行三次加密。是DES的一个更安全的变形。它以DES为基本模块,通过组合分组方法设计出分组加密算法。比起最初的DES,3DES更为安全。
详细讲解3DES加密算法的加密过程
- 详细讲解3DES加密算法的加密过程,对学习和编写3DES加密的朋友可能有些帮助!-Explain in detail the process of encryption 3DES encryption algorithm, 3DES encryption and the preparation of learning may help a friend!
des3.rar
- 3des加密算法实现,经过FPGA验证的!,3des encryption algorithm, after FPGA validation!
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
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