Defines an abstract interface for hashing methods
Implementations of this provide a hashing algorithm maybe including additional things like salts.
Located in /phpsatk-lib/global/org.eenterphace.sat.crypto.hash/hash.method.php (line 36)
| Class | Description |
|---|---|
| HashMethodSSHA | The SHA1 salted Hashing algorithm module for our hashing subsystem |
| HashMethodSHA1 | The SHA1 Hashing algorithm module for our hashing subsystem |
| HashMethodMD5 | The MD5 Hashing algorithm module for our hashing subsystem |
Generates a hashed value
Returns a short identifier for the used hash algorithm
Verifies a value based on a given hash
This default implementation simply checks the value by hashing it and comparing it to the given hash.
One case you might need to override this function is when using a salted hash.
Documentation generated on Mon, 21 May 2007 10:35:04 +0200 by phpDocumentor 1.3.0RC5