文件名称:MD5lib

  • 所属分类:
  • 加密解密
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 5kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • sugu*****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

/* 带密钥的md5算法库md5lib.h共有下列函数:



  char* MDString (char *)

输入任意一个字符串,经过md5算法处理后,返回结果:一个定长(32个字符)字符串



  char* MDFile (char *)

  输入任意一个文件名,文件内容经过md5算法处理后,返回结果:一个定长(32个字符)字符串



  char* hmac_md5(char* text, char* key)

  输入任意一个字符串text,和一个用做密钥的字符串key,经过hmac_md5算法处理,返回处理结果:一个定长字符串(32个字符)



  具体使用方法可参考例子sample.c,其运行结果在本文后面。

  

  注意在调用时需要添加头文件 #include "md5lib.h"

*/-/* Md5 algorithm with a key repository md5lib.h total of the following functions: char* MDString (char*) enter any string, after the md5 algorithm processing, return the result: a fixed length (32 characters) string to char* MDFile (char*) enter any file name, file contents through the md5 algorithm processing, return the result: a fixed length (32 characters) string char* hmac_md5 (char* text, char* key) enter any string text, and a string used as key key, after hmac_md5 algorithm processing and return the results: a fixed-length string (32 characters) can refer to specific examples of use sample.c, its operating results in later in this article . Note that the call need to add header file# include " md5lib.h" * /
(系统自动生成,下载前可以参看下载内容)

下载文件列表

MD5lib.h

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org