model/modx/hashing/modmd5.class.php

Classes 
package
modx
subpackage
hashing
Classes
modMD5

Description

This file contains an MD5 modHash implementation.

\modMD5

Extends from
\modHash
package
modx
Methods
hash

Description

An MD5 implementation of modHash.

{@inheritdoc}

Methods

hash

hash( string $string, array $options = array ) : mixed

Generate an MD5 hash of the provided string.

Options are ignored in this implementation.

{@inheritdoc}

Arguments
$string
string
A string to generate a secure hash from.
$options
array
An array of options to be passed to the hash implementation.
Output
mixed
The hash result or false on failure.
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox 0.11.2.