-
DES_3DES
说明: DES算法是这样工作的:如Mode为加密,则用Key 去把数据Data进行加密, 生成Data的密码形式(64位)作为DES的输出结果;如Mode为解密,则用Key去把密码形式的数据Data解密,还原为Data的明码形式(64位)作为DES的输出结果。在通信网络的两端,双方约定一致的Key,在通信的源点用Key对核心数据进行DES加密,然后以密码形式在公共通信网(如电话网)中传输到通信网络的终点,数据到达目的地后,用同样的Key对密码数据进行解密,便再现了明码形式的核心数据。这样,便保证了核心数据(如PIN、MAC等)在公共通信网中传输的安全性和可靠性。 通过定期在通信网络的源端和目的端同时改用新的Key,便能更进一步提高数据的保密性,这正是现在金融交易 网络的流行做法。 下面是DES原理及实现步骤,以及VC++关于DES加密解密的详细源程序(Complete source code, calling process, detailed explanation of the principle)
- 2020-06-19 20:20:01下载
- 积分:1
-
基于CAO方法的ROSSLER方程的嵌入维数选取
基于CAO方法的ROSSLER方程的嵌入维数选取-CAO method based on equation ROSSLER select the embedding dimension
- 2022-08-09 17:11:13下载
- 积分:1
-
865754765
VB文件加密器(异或加密),有需要的就下载吧。(VB file encryption (XOR encryption), there is a need to download it.)
- 2013-08-21 12:09:19下载
- 积分:1
-
3des加密算法实现,经过FPGA验证的!
3des加密算法实现,经过FPGA验证的!-3des encryption algorithm, after FPGA validation!
- 2022-08-02 21:37:50下载
- 积分:1
-
SM3
sm3 算法的整体实现,可以自定义分散因子,对字符串进行加密(The overall implementation of Sm3 algorithm)
- 2018-05-30 16:42:11下载
- 积分:1
-
MD5算法完整源码与调用方法
MD5算法完整源码与调用方法-MD5 algorithm source code integrity and call methods
- 2022-06-14 03:25:28下载
- 积分:1
-
Digital-image-encryption-algorithm-
为了保证数字图像的安全性和可靠性,提出混沌序列对称加密算法对数字图像进行加
密的方法,设计了基于Logistic 映射模型的四维混沌序列对称加密算法,实现对数字图像的混
沌加密及解密。而高维混沌系统具有更高的安全性的特点,能够抵御统计攻击,穷举攻击,
具有较强的抗干扰能力。(Digital image encryption algorithm based on four-dimensional chaotic system implementation)
- 2021-03-07 16:49:29下载
- 积分:1
-
amendment of the original CMd5 CaculateStr function of the type of serious error...
修正了原CMd5类的CaculateStr函数的严重错误,并且转到新的C++类库。此类已经经过验证,文件和字符串均能得到正确结果,支持Unicode(Unicode时不需要转换)-amendment of the original CMd5 CaculateStr function of the type of serious errors and to the new C Class. Such has been validated, documents, and the string to get the correct result, Unicode support (Unicode does not need conversion)
- 2022-01-25 16:30:42下载
- 积分:1
-
RC4
对RC4加密解密代码,可以自行修改密钥!类可以直接调用(RC4 encryption and decryption code, you can modify the key! Class can be called directly)
- 2020-10-13 23:17:31下载
- 积分:1
-
MD5加密算法源代码+DLL成品,这个更好,有完整的VC源码,更加强大,可以直接做成DLL文件进行调用.特爽,MD5就不用说了吧....
MD5加密算法源代码+DLL成品,这个更好,有完整的VC源码,更加强大,可以直接做成DLL文件进行调用.特爽,MD5就不用说了吧.-MD5 encryption algorithm source code DLL finished, the better, a complete source VC, more powerful, and can directly cause for calling DLL files. Special autumn, MD5 would not have said it.
- 2022-07-22 11:23:34下载
- 积分:1