搜索资源列表
3DES加密算法源代码
- DES加密源代码,用3DES加密算法。 加密强度高,到目前为止,还无人能够破解!-DES encryption source code, using 3DES encryption algorithm. Encryption strength, so far, no one can break!
3DES
- 3DES加密算法~~~~~~~ 密码学课程设计
针对PC的DES加密算法
- 针对PC的DES、3DES加密算法以及测试程序
基于单片机的实时3DES加密算法的实现pdf
- 基于单片机的实时3DES加密算法的实现.pdf
JAVA加密3des算法
- JAVA加密算法JAR包,很全的。
DES加密算法实现的C++类
- DES加密算法实现的C++类-DES encryption algorithm realization C kind
3desencrypt
- 3DES加密算法的C++实现,可用于网络传输加解密-3DES encryption algorithm in C, which could be used in network transmission encryption and decryption
3DES加密算法源代码
- DES加密源代码,用3DES加密算法。 加密强度高,到目前为止,还无人能够破解!-DES encryption source code, using 3DES encryption algorithm. Encryption strength, so far, no one can break!
3des0000000000000000000
- 一个用C++写的3des加密算法源代码 算法效率不错 是学习的好例子-a written 3DES encryption algorithm source code algorithm efficiency is good to learn a good example
3DES11
- 3DES加密算法源代码,刚学习加解密,和大家一起分享一下-3DES encryption algorithm source code, plus newly declassified study, and share with everyone what
DES
- 3DES加密算法:密钥长度不足24字节时,右补ASCII字符“0”;内容采用PKCS5Padding方式填充,即长度以8字节切分,不能被8整除的末尾部分,根据长度不足8字节的部分,填充“0x01”—“0x08”,如不足1字节,则填充1个“0x01”,如不足2字节,则填充2个“0x02”,以此类推,如整除,则填充8个“0x08” -3DES encryption algorithm: less than 24-byte key len
3DES
- 3DES加密与解密的算法。 该算法通过编译,可以直接使用,跟API一样,相当的方便。-3DES encryption and decryption algorithms. The algorithm through the compiler can be used directly with the API, as a considerable convenience.
DES
- DES加密源代码,用3DES加密算法。加密强度高,到目前为止,还无人能够破解! -DES encryption source code, using 3DES encryption algorithm. Encryption high intensity, so far no one can break!
3DES_FPGA
- 介绍了3DES加密算法的原理并详尽描述了该算法的FPGA设计实现。采用了状态机和流水线技术,使得在面积和速度上达到最佳优化;添加了输入和输出接口的设计以增强该算法应用的灵活性。各模块均用硬件描述语言实现,最终下载到FPGA芯片Stratix EP1S25F780C5中。-3DES encryption algorithm, introduced the principle and detailed descr iption of the
3DES
- 3DES加密算法~~~~~~~ 密码学课程设计-3DES encryption algorithm ~~~~~~~ Cryptography Course Design
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 ea
3Des
- des加密解密。DES加密源代码,用3DES加密算法。-des encryption
3DES
- 3DES(即Triple DES)是DES向AES过渡的加密算法,它使用3条64位的密钥对数据进行三次加密。是DES的一个更安全的变形。它以3des加密算法 DES为基本模块,通过组合分组方法设计出分组加密算法。比起最初的DES,3DES更为安全。 -3DES(即Triple DES)是DES向AES过渡的加密算法,它使用3条64位的密钥对数据进行三次加密。是DES的一个更安全的变形。它以DES为基本模块,通过组合分组方法设计出
C++实现3Des算法
- 用Visual C++实现3DES加密算法(C++ implementation of 3DES algorithm)