登录
首页 » c++ » 密码算法md5 c源码

密码算法md5 c源码

于 2022-07-19 发布 文件大小:2.35 kB
0 114
下载积分: 2 下载次数: 1

代码说明:

1. 对信息进行填充,使其字节长度与448模512同余 2. 设置好4个链接变量,进入算法的4轮循环运算 3. 每轮一个非线性函数 F(x, y, z)  (((x) & (y)) | ((~x) & (z)))   G(x, y, z)  (((x) & (z)) | ((y) & (~z))) H(x, y, z)  ((x) ^ (y) ^ (z)) I(x, y, z)  ((y) ^ ((x) | (~z))) MD5轮主要操作: FF(a, b, c, d, x, s, ac) { (a) += F ((b), (c), (d)) + (x) + ac; (a) = ROTATE_LEFT ((a), (s)); (a) += (b); } GG(a, b, c, d, x, s, ac) { (a) += G ((b), (c), (d)) + (x) + ac; (a) = ROTATE_LEFT ((a), (s)); (a) += (b); } HH(a, b, c, d, x, s, ac) { (a) += H ((b), (c), (d)) + (x) + ac; (a) = ROTATE_LEFT ((a), (s)); (a) += (b); } II(a, b, c, d, x, s, ac) { (a) += I ((b), (c), (d)) + (x) + ac; (a) = ROTATE_LEFT ((a), (s)); (a) += (b); }

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

发表评论

0 个回复

  • fftc_
    TI的FFT协处理器对应的源代码和matlab代码(Source code and matlab code corresponding to the FFT coprocessor of TI )
    2013-11-05 17:57:18下载
    积分:1
  • 请销假T管理系统
    请销假源码.请销假源码.请销假源码.请销假源码.
    2022-02-26 07:17:44下载
    积分:1
  • vcFtp
    学习网络编程的初学者必看的.(Learning Network Programming Watchable the beginners.)
    2004-12-06 14:00:15下载
    积分:1
  • EnumerateAudioCaptureFilterCapabilities
    audio card enumerate searching ok. for multimedia developing project. thank you
    2014-01-08 17:50:46下载
    积分:1
  • etop
    魔力宝贝 辅助 功能多种全面,瞬移,挂机,自动补血 原地遇敌等(Magic Baby comprehensive variety of auxiliary functions, Teleport, hang up, automatic blood situ Yudi etc.)
    2013-11-26 05:37:41下载
    积分:1
  • led-roll
    单片机工程应用中,开机时跑马灯代码,实现五个led的顺序闪烁,可实现运行提示功能(Marquee code)
    2015-01-19 16:16:47下载
    积分:1
  • xmltest
    通过c++自带msxml4.dll生成xml报文,方便通信是自动操作(Generate xml message)
    2014-01-06 09:27:36下载
    积分:1
  • MSP430-MODBUSRTU
    个人写的基于MSP430F149的modbusRTU协议的实现,代码完全可用,压缩包内有编译无错误和运行测试例子的截图证明,使用时直接将.h和.c文件加入工程,修改相应的IO和串口即可,芯片使用MAX3485(Achieve personal written agreement based on MSP430F149 modbusRTU code fully available, compression packages have screenshots compile error and run test cases proved directly. H and. C file on the use of the project, modify the IO and serial namely may, chips MAX3485)
    2014-03-07 16:02:46下载
    积分:1
  • Untitled
    这个代码是用Matlab写的心形代码,是通过点的形式编写的,看起来很有意思。(This code is written using Matlab heart-shaped code, through the form of written, looks very interesting.)
    2013-08-29 09:21:33下载
    积分:1
  • PWM-6channel
    6路PWM波的C++程序 C51编程 测试文件经测试可运行(6-channel PWM wave C++ program has been tested C51 programming test file to run)
    2015-10-19 21:45:22下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载