-
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
-
sha1摘要算法 简单易懂 测试已通过 将文件进行散列加密处理
sha1摘要算法 简单易懂 测试已通过 将文件进行散列加密处理-sha1 digest algorithm simple test has been passed to deal with file hash encryption
- 2023-06-29 18:35:03下载
- 积分:1
-
advanced encryption algorithm AES, the United States has been using NIST agencie...
高级加密算法实现AES,已经被美国NIST机构采用-advanced encryption algorithm AES, the United States has been using NIST agencies
- 2022-12-11 09:35:03下载
- 积分:1
-
MD5 algorithm is a detailed description, it is easy to understand, gives a clear...
MD5算法的详细介绍,很容易理解,给人豁然开朗的感觉-MD5 algorithm is a detailed description, it is easy to understand, gives a clear insight into feelings
- 2022-05-06 00:00:25下载
- 积分:1
-
19824363RSA
分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密
(Analysis of Application of RSA algorithm, file encryption application demonstration of the feasibility of RSA algorithm and significance. Design of a complete file encryption RSA practical solutions to achieve specific coding. Research on the RSA algorithm, starting from the conventional RSA algorithm using C++ class library to achieve RSA encryption algorithm, and in 32-bit windows platform components into a package. In. Net platform, referred to this component, the realization of arbitrary files on RSA encryption)
- 2009-06-02 18:09:17下载
- 积分:1
-
MD5简单版的杂凑函数;使用C++语言编写
MD5简单版的杂凑函数;使用C++语言编写-MD5 Hash Function
- 2023-02-21 18:30:03下载
- 积分:1
-
对yinxueyuan DES编码的第二版,注释很清晰,和良好的体育…
尹学渊版的DES第二版,注释写得非常清楚,并且执行效率不错,代码质量相比第一版有很大的改进,尹学渊保留所有权利,转载自:http://www.cnblogs.com/erwin/-The second edition of YinXueyuan s DES code,the Notes is very clear, and good performance, code quality compared to a significant improvement over the first edition, All rights reserved.YinXueyuan, reprinted from: http://www.cnblogs.com/ erwin /
- 2022-12-06 12:10:03下载
- 积分:1
-
windows lm 加密 des 加密算法
windows lm 加密 des 加密算法-LM encrypt
- 2022-05-21 19:58:43下载
- 积分:1
-
labview-password-cracker
本程序可以破解labview密码,VI密码破解工具,称破任何VI的密码,不限长度和复杂度等(This app can crack labview Password)
- 2021-05-13 21:30:02下载
- 积分:1
-
Encryption
reversible Data Hiding in Encrypted Images by Reserving Room Before Encryption
- 2016-04-11 17:59:27下载
- 积分:1