代码搜索:Message-Digest
找到约 1,266 项符合「Message-Digest」的源代码
代码结果 1,266
www.eeworm.com/read/234779/14097113
h md4.h
// Free for all implementation of the MD4 message-digest algorithm
// by Dominik Reichl
// Based on RSA's MD4C.C and MD4.h files.
// Original header in MD4C.C and MD4.h:
// MD4C.C - RSA Data S
www.eeworm.com/read/373903/2756782
h vmd5.h
#ifndef VMD5_H
#define VMD5_H
static const char* const vmd5HeaderVersion =
"$Id: vmd5.h,v 1.2 2003/10/16 13:37:29 mini-erik Exp $";
/*
* This is the header file for the MD5 message-digest algor
www.eeworm.com/read/430756/8729247
c md5c.c
/* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm
*
* $Id: md5c.c,v 1.3 2002/10/24 14:44:50 bporter Exp $
*/
/* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. Al
www.eeworm.com/read/165151/10074447
c md5c.c
/* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm
*
* $Id: md5c.c,v 1.2 2001/12/06 16:28:24 bporter Exp $
*/
/* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. Al
www.eeworm.com/read/350134/10762957
c md5c.c
/* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm
*
* $Id: md5c.c,v 1.2 2001/12/06 16:28:24 bporter Exp $
*/
/* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. Al
www.eeworm.com/read/208078/7087709
c md5c.c
/* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm
*
* $Id: md5c.c,v 1.3 2002/10/24 14:44:50 bporter Exp $
*/
/* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. Al
www.eeworm.com/read/331645/12816923
cpp md5_b.cpp
/* MD5 message-digest algorithm */
typedef unsigned char * POINTER; //无符号字符指针
typedef unsigned short int UINT2; //双字节无符号整数
typedef unsigned long int UINT4; //4字节无符号整数
/* MD5 context */
type
www.eeworm.com/read/331645/12816945
cpp md5_b2005.cpp
/* MD5 message-digest algorithm */
typedef unsigned char * POINTER; //无符号字符指针
typedef unsigned short int UINT2; //双字节无符号整数
typedef unsigned long int UINT4; //4字节无符号整数
/* MD5 context */
type
www.eeworm.com/read/342904/11992110
c md5c.c
/* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm
*
* $Id: md5c.c,v 1.3 2002/10/24 14:44:50 bporter Exp $
*/
/* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. Al
www.eeworm.com/read/214955/15081983
txt md5.txt
标题:md5加密算法的C(C++)代码实现
<上一帖 | 下一帖>
--------------------------------------------------------------------------------
综述
MD5的全称是message-digest algorithm 5(信息-摘要算法),在90年代初由mit laboratory for comput