Public Member Functions | |
hash ($sString) | |
Public Attributes | |
const | HASHING_ALGORITHM_SHA512 = 'sha512' |
Encrypt string with sha512 algorithm.
Definition at line 6 of file oxsha512hasher.php.
oxSha512Hasher.hash | ( | $ | sString | ) |
Encrypt string.
string | $sString |
Reimplemented from oxHasher.
Definition at line 19 of file oxsha512hasher.php.
const oxSha512Hasher.HASHING_ALGORITHM_SHA512 = 'sha512' |
Algorithm name.
Definition at line 10 of file oxsha512hasher.php.