Public Member Functions | Public Attributes

oxSha512Hasher Class Reference

Inheritance diagram for oxSha512Hasher:
Collaboration diagram for oxSha512Hasher:

List of all members.

Public Member Functions

 hash ($sString)

Public Attributes

const HASHING_ALGORITHM_SHA512 = 'sha512'

Detailed Description

Encrypt string with sha512 algorithm.

Definition at line 6 of file oxsha512hasher.php.


Member Function Documentation

oxSha512Hasher.hash ( sString  ) 

Encrypt string.

Parameters:
string $sString
Returns:
string

Reimplemented from oxHasher.

Definition at line 19 of file oxsha512hasher.php.


Member Data Documentation

Algorithm name.

Definition at line 10 of file oxsha512hasher.php.


The documentation for this class was generated from the following file: