(PHP 5 >= 5.3.0, PHP 7)
Computes a digest
string openssl_digest ( string $data, string $method [, bool $raw_output = false ] )
Computes a digest hash value for the given data using a given method, and returns a raw or binhex encoded string.
Parameters:
data
The data.
method
The digest method.
raw_output