搜索资源列表
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
3des C++
- 一种3des加解密例程
C++3DES源代码
- 3DES文件加密解密
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
3des
- 这个是三重DES算法源代码(C语言版本) -This is the Triple DES algorithm source code (C language version)
3des
- 可运行于51单片机上的3DES程序,仅占用RAM约80BYTE,但占ROM3K多一点-51 single-chip can be run on the 3DES procedures, only using RAM about 80BYTE, but accounted for little more than ROM3K
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.
DES3DESAES
- C语言版的DES,3DES,AES加密算法以及MD5数字签名-C language version of the DES, 3DES, AES encryption algorithm and MD5 digital signatures
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
- 1、实现des、3Des 、mac加解密算法 2、使用C++实现(1, to achieve DES, 3Des, MAC encryption and decryption algorithm 2, using C++ implementation)
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
C++实现3Des算法
- 用Visual C++实现3DES加密算法(C++ implementation of 3DES algorithm)