Skip to content

pear/Message

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

$Id$

Package of utility functions to do hash calculation and HMAC
signature generation for data authentication.

See RFC 2104 (and examples in RFC 2202) for more details on HMAC

The package is documented and usable.
See examples in the "misc" dir.

Input data, can be a string or a resource created using
fopen/fsocket/gzopen/bzopen/popen (or its stream equivalent).

If the mhash extension is detected then it will be used, otherwise
it will fall back to using md5() and sha1() only.

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages