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.
Warning: This function is currently not documented; only its argument list is available.
Returns the digested hash value on success or FALSE on failure.