class Digest
This class provides a simple interface to the mhash library. It can be used to create both salted and unsalted message digests. mhash was chosen because it supports a wide variety of hash algorithms. For a complete list of supported hashes, refer to the documentation of mhash.
Located in /digest.class.php (line 21)
function __construct
This method is executed when an object is instantiated from this class. Preprocessing can be done here before the object is put into service.
function GetDigest
This method generates a salted or unsalted message digest.
function GetInstance
This method instantiates a new object from this class; more specifically, it's a singleton instance.
function IsValidDigest
This method validates a salted or unsalted message digest.
Documentation generated on Thu, 9 Sep 2004 09:03:35 -0400 by phpDocumentor 1.3.0RC3