当前位置:
首页
资源下载

搜索资源 - 3des encryption algorithm c code
搜索资源列表
-
0下载:
一个用C++写的3des加密算法源代码 算法效率不错 是学习的好例子-a written 3DES encryption algorithm source code algorithm efficiency is good to learn a good example
-
-
0下载:
DES加密算法的完整代码。
完整C++实现和完整J2ME代码实现3DES加密,DES encryption algorithm the complete code. A complete C++ to achieve and realize the full J2ME code 3DES encryption
-
-
0下载:
几乎涵盖了所有加密算法的源代码(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
-
-
0下载:
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.
-
-
1下载:
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
-
-
0下载:
3DES(或称为Triple DES)是三重数据加密算法(TDEA,Triple Data Encryption Algorithm)块密码的通称。
3DES的c++实现-Cryptography Advanced Encryption Standard (Advanced Encryption Standard, AES), also known as the Advanced Encryption Standard Rijndael encryption, AES encryption
-
-
0下载:
des和3des 算法c语言实现,c语言描述了des和3des的加密和解密过程,此代码为成熟代码,可直接应用于工程。-Des and 3des algorithm c language, c language Des and 3des described the encryption and decryption process, the code for the mature code can be directly applied to the project.
-
-
0下载:
DES、3DES加密解密算法,标准C编程,适合所有平台。测试程序为VS2010。运算Des\Debug\Des.exe文件,代码文件为Des-Code.cpp和Des_head.h(DES, 3DES encryption and decryption algorithm, standard C programming, suitable for all platforms. The test program is VS2010. Operation Des\Debug\Des.exe, the
-