OXID eShop CE  4.9.6
 All Classes Files Functions Variables Pages
oxSha512Hasher Class Reference
+ Inheritance diagram for oxSha512Hasher:
+ Collaboration diagram for oxSha512Hasher:

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

const oxSha512Hasher::HASHING_ALGORITHM_SHA512 = 'sha512'

Algorithm name.

Definition at line 10 of file oxsha512hasher.php.


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