classe Hash (Voir la source)

Méthodes

static bool|string
create(string $value)

Allows to have a value and when the hash has failed it returns false.

static bool|string
make(string $value)

Allows to have a value and when the hash has failed it returns false.

static bool
check(string $value, string $hash)

Allows you to check the hash by adding a value

static bool
needsRehash($hash)

Allows you to rehash a value.

static array
getHashConfig()

Get the hash configuration

Détails

static bool|string create(string $value)

Allows to have a value and when the hash has failed it returns false.

Paramètres

string $value

Valeur de retour

bool|string

static bool|string make(string $value)

Allows to have a value and when the hash has failed it returns false.

Paramètres

string $value

Valeur de retour

bool|string

static bool check(string $value, string $hash)

Allows you to check the hash by adding a value

Paramètres

string $value
string $hash

Valeur de retour

bool

static bool needsRehash($hash)

Allows you to rehash a value.

Paramètres

$hash

Valeur de retour

bool

static protected array getHashConfig()

Get the hash configuration

Valeur de retour

array