UCL Common Code Library Routines common to a number of multimedia tools. The library originates

源代码在线查看: md5.sgml

软件大小: 264 K
上传用户: chen41896
关键词: multimedia originates Routines Library
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				MD5
				
				
				
				Message Digest-5 algorithm.
				
				
				
				The MD5 algorithm calculates a 128-bit digest of an arbitrary length
				stream of data.  The digest is a fingerprint that can be used to
				verify the integrity of a transmitted message.  The sender and receiver
				of the message independently calculate the message digest and compare
				values to ascertain the integrity of the message.  The probability of
				two messages having the same digest is miniscule.
				
				
				
				The MD5 algorithm is the intellectual property of RSA Data Security, Inc.
				
				
				
				
				RFC1321 - The MD5
				Message Digest Algorithm
				
				
				
				
				The state for the MD5 calculation.
				
				
				
				
				
				
				
				
				@context: 
				
				@Param1: 
				
				
				
				
				
				
				
				@context: 
				@input: 
				@inputLen: 
				
				@Param1: 
				@Param2: 
				@Param3: 
				
				
				
				
				
				
				
				@digest: 
				@context: 
				
				@Param1: 
				@Param2: 
				
				
							

相关资源