搜索资源列表
3Des-arithmetic
- 整理3des算法,采用C++类实现,便于移植-finishing 3des algorithm, using C realized, facilitate transplantation
3des_Csourcecode_V5.09
- 优化的DES,3DES C源码,正确性和速度检验均通过-optimization DES, 3DES C source, accuracy and speed of testing were adopted
3des-suanfa
- 3des算法code,已经通过visual c++编译.比一重des算法更加可靠!
3des
- 3des加密解密算法的一个c++实现。 网络字符串加密时可以使用。
3des 源码
- c# for 3des加密解密-C# code for 3DES encryption and decryption
des-linux-1.0.tar.gz 3DES加解密C源码
- 3DES加解密C源码,32位。内带makefile。以验证可用,3DES encryption and decryption C source, 32. Within the band makefile. Can be used to verify
DES.rar
- DES加密算法的完整代码。 完整C++实现和完整J2ME代码实现3DES加密,DES encryption algorithm the complete code. A complete C++ to achieve and realize the full J2ME code 3DES encryption
Crypt_Decrypt_C.rar
- 几乎涵盖了所有加密算法的源代码(C语言)。包含了几乎所有常见加密算法的实现,包括RC4、AES、DES、3DES;RSA;SHA1、MD4、MD5;BASE64,还有其他算法。,Covers almost all encryption algorithm source code (C language). Contains almost all the common encryption algorithm, including the RC4, AES, DES, 3DES RSA SHA
3des
- 这个是三重DES算法源代码(C语言版本) -This is the Triple DES algorithm source code (C language version)
libgringotts-1[1].2.1
- libGringotts是一个小型、易于使用的、完全线程的C语言库,最初为Gringotts开发。它的目的是将数据封闭在一个加密和压缩的文件中。它使用加密算法((RIJNDAEL 128/256, SERPENT, TWOFISH, CAST256, SAFER+, LOKI97, 用于加密的3DES, 以及哈希函数的SHA1和 RIPEMD-160)来确保数据尽可能安全,并允许用户对所有使用的加密、哈希函数和压缩算法有完全的控制。 -libGringotts is small, is easy
3DES
- 3DES加解密算法源代码. 做为可逆算法,可用于很多信息加密的工程中,相信大家会用得上的。-3DES encryption algorithm source code. As a reversible algorithm, a lot of information can be used to encrypt the project, believe that you will be useful for.
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.
DES3DESAES
- C语言版的DES,3DES,AES加密算法以及MD5数字签名-C language version of the DES, 3DES, AES encryption algorithm and MD5 digital signatures
3DESCplusplus
- C++ 编写的 3DES 算法的一个小程序,可以让大家对此进行参考。以对C++算法的进一步了解。 -C++ written a small program 3DES algorithm that lets you conduct a reference. To pairs of C++ algorithm further information.
3des-for-c
- c语言实现3des加密解密的C源程序,包括c和.h文件-c languge for 3des
3DES
- 3DES又称Triple DES,是DES加密算法的一种模式,它使用3条56位的密钥对数据进行三次加密。数据加密标准(DES)是美国的一种由来已久的加密标准,它使用对称密钥加密法,并于1981年被ANSI组织规范为ANSI X.3.92。DES使用56位密钥和密码块的方法,而在密码块的方法中,文本被分成64位大小的文本块然后再进行加密。比起最初的DES,3DES更为安全。-3DES, also known as Triple DES, DES encryption algorithm is a
3DES
- 3DES c++描述 可以直接在VC++下编译 仅供参考-3DES c++ descr iption
3DES_ECB套
- 3DES_CBC模式加解密的java与c语言源码配套源码包(3DES Java and C matching source code)
3des
- Linux下c语言实现DES和3DES算法(Linux under c language, DES and 3DES algorithm)
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