Query: openssl_digest
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
OPENSSL_DIGEST(3) 1 OPENSSL_DIGEST(3) openssl_digest - Computes a digestSYNOPSISstring openssl_digest (string $data, string $method, [bool $raw_output = false])DESCRIPTIONComputes 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.PARAMETERSo $data - The data. o $method - The digest method. o $raw_output - Setting to TRUE will return as raw output data, otherwise the return value is binhex encoded.RETURN VALUESReturns the digested hash value on success or FALSE on failure.ERRORS/EXCEPTIONS Emits an E_WARNING level error if an unknown signature algorithm is passed via the $method parameter.SEE ALSOopenssl_get_md_methods(3). PHP Documentation Group OPENSSL_DIGEST(3)
Related Man Pages |
---|
hash_hmac_file(3) - php |
md5(3) - php |
md5_file(3) - php |
openssl_get_md_methods(3) - php |
sha1(3) - php |
Similar Topics in the Unix Linux Community |
---|
Rules for Homework & Coursework Questions Forum |
UNIX.COM 2017 Year End Summary |
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
Denial Of Service Attack Update |