<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.hash.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'ref.hash.php',
    1 => 'Hash Functions',
    2 => 'Hash Functions',
  ),
  'up' => 
  array (
    0 => 'book.hash.php',
    1 => 'Hash',
  ),
  'prev' => 
  array (
    0 => 'hashcontext.unserialize.php',
    1 => 'HashContext::__unserialize',
  ),
  'next' => 
  array (
    0 => 'function.hash.php',
    1 => 'hash',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/hash/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.hash.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.hash" class="reference">
 <h1 class="title">Hash Functions</h1>

 

















































































<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.hash.php">hash</a> — Generate a hash value (message digest)</li><li><a href="function.hash-algos.php">hash_algos</a> — Return a list of registered hashing algorithms</li><li><a href="function.hash-copy.php">hash_copy</a> — Copy hashing context</li><li><a href="function.hash-equals.php">hash_equals</a> — Timing attack safe string comparison</li><li><a href="function.hash-file.php">hash_file</a> — Generate a hash value using the contents of a given file</li><li><a href="function.hash-final.php">hash_final</a> — Finalize an incremental hash and return resulting digest</li><li><a href="function.hash-hkdf.php">hash_hkdf</a> — Generate a HKDF key derivation of a supplied key input</li><li><a href="function.hash-hmac.php">hash_hmac</a> — Generate a keyed hash value using the HMAC method</li><li><a href="function.hash-hmac-algos.php">hash_hmac_algos</a> — Return a list of registered hashing algorithms suitable for hash_hmac</li><li><a href="function.hash-hmac-file.php">hash_hmac_file</a> — Generate a keyed hash value using the HMAC method and the contents of a given file</li><li><a href="function.hash-init.php">hash_init</a> — Initialize an incremental hashing context</li><li><a href="function.hash-pbkdf2.php">hash_pbkdf2</a> — Generate a PBKDF2 key derivation of a supplied password</li><li><a href="function.hash-update.php">hash_update</a> — Pump data into an active hashing context</li><li><a href="function.hash-update-file.php">hash_update_file</a> — Pump data into an active hashing context from a file</li><li><a href="function.hash-update-stream.php">hash_update_stream</a> — Pump data into an active hashing context from an open stream</li></ul>
</div>
<?php manual_footer($setup); ?>