OXID eShop CE  6.4.2
OxidEsales\EshopCommunity\Core\Hasher Class Reference

Public Member Functions

 hash ($string)
 

Detailed Description

Hasher abstract class

Deprecated:
since v6.4.0 (2019-03-15); \OxidEsales\EshopCommunity\Internal\Domain\Authentication\Bridge\PasswordServiceBridgeInterface was added as the new default for hashing passwords. Hashing passwords with MD5 and SHA512 is still supported in order support login with older password hashes. Therefor this class might not be compatible with the current passhword hash any more.

Member Function Documentation

◆ hash()

OxidEsales\EshopCommunity\Core\Hasher::hash (   $string)
abstract

Hash string.

Parameters
string$stringstring for hashing.
Returns
string

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