登录
首页 » C » MD5 c语言源代码

MD5 c语言源代码

于 2022-10-23 发布 文件大小:21.23 kB
0 83
下载积分: 2 下载次数: 1

代码说明:

md5算法简要叙述: md5以64Bytes分组来处理输入的信息,而每一分组又被划分为16个4Bytes子分组,经过一系列处理后,算法的输出为四个4Bytes分组的级联。 拿到待加密信息后,首先需要在末尾填充一个0x80,以及无数个0x00,使得填充后信息的总长度(Bytes)对64求余的结果等于56。之后再填充一个以8Bytes表示的填充前信息长度(bits)。 接下来进入主循环的四轮运算。每一轮都会调用16次相同的函数,但参数不同。每一轮所掉用的函数均不相同。下面直接来看看主循环所掉用的所有函数: 第一轮: FF(a, b, c, d, *M[0], 7, 0xd76aa478);     FF(d, a, b, c, *M[1], 12, 0xe8c7b756);     FF(c, d, a, b, *M[2], 17, 0x242070db);     FF(b, c, d, a, *M[3], 22, 0xc1bdceee);     FF(a, b, c, d, *M[4], 7, 0xf57c0faf);    &n

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 停车场收费管理系统
    说明:  C# 停车场管理源码,开发环境为Visual Studio 2012,无数据库,使用.net 3.5开发。(c# parking management source code, development environment for visual studio 2012, no database, using. Net 3.5 development.)
    2020-09-22 12:02:36下载
    积分:1
  • 计算器1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开...
    计算器1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运行 3、以角度、弧度两种方式实现上述部分函数 4、具备历史计算的记忆功能 5、对不正确的表达式能指出其错误原因 6、整理上机步骤、完成实验报告、提交可运行的程序,给出实验数据和实验结果。 -A calculator, binary, octal, decimal, and hexadecimal number of add, subtract, multiply, divide, involution, modulus and other simple calculation 2, scientific computing functions, including the (anti-) sine, (anti-) cosine, ( Anti-) tangent, (anti-) cotangent, administration, index function is to run 3 to angle, radians are two ways to achieve the above part of the function 4, with history of computing memory function 5 on an incorrect expression can point out a mistake because 6, finishing on the machine steps to complete the test report for submission to run the program, given experimental data and experimental results.
    2022-04-11 00:46:33下载
    积分:1
  • 7608986a546a
    xfarbe-2.3.rar - 一个非常棒的二维等值线绘制程序,采用双三次曲面拟合算法,得到的等值线非常光滑,相比其它我所见的到的追踪等值线算法加平滑结果得到的等值线质量高出很多(A great two-dimensional contour mapping procedures)
    2012-01-30 16:45:47下载
    积分:1
  • 8枚硬币问题
    基于8枚硬币问题的实验报告    报告内附有源码
    2022-10-07 08:25:03下载
    积分:1
  • Monkeys-and-peach
    Monkeys and peach,Monkeys and peach(Monkeys and peach)
    2013-09-01 22:06:42下载
    积分:1
  • 温度监控器
    蓝桥杯省赛试题,专门应对考试的试题,里面有 详细注释(Blue Bridge Cup Provincial Competition)
    2019-02-16 11:04:31下载
    积分:1
  • left-crusion
    消除左递归,包括自上而下的非递归分析和自上而下的分析(Eliminate left recursion, including non-recursive top-down analysis and top-down analysis)
    2013-11-15 19:47:57下载
    积分:1
  • fircheb
    matlab fir chebshev LPF
    2013-11-21 21:36:36下载
    积分:1
  • 改进贝叶斯及多类线性分类器
    这是一个改进的贝叶斯及多类线性分类器,可以进行手写数字识别,用c++写的,在visual studio平台上运行
    2022-03-03 17:38:40下载
    积分:1
  • FEC
    explain the coding and decoding of FEC
    2010-09-16 01:10:14下载
    积分:1
  • 696518资源总数
  • 105563会员总数
  • 11今日下载