<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.crypto.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'book.password.php',
    1 => 'Table de hachage de mot de passe',
    2 => 'Table de hachage de mot de passe',
  ),
  'up' => 
  array (
    0 => 'refs.crypto.php',
    1 => 'Extensions sur la cryptographie',
  ),
  'prev' => 
  array (
    0 => 'class.opensslasymmetrickey.php',
    1 => 'OpenSSLAsymmetricKey',
  ),
  'next' => 
  array (
    0 => 'password.setup.php',
    1 => 'Installation/Configuration',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/password/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.password.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.password" class="book">
 
 <h1 class="title">Table de hachage de mot de passe</h1>

 <div id="intro.password" class="preface">
  <h1 class="title">Introduction</h1>
  <p class="para">
   L&#039;API de hachage de mot de passe fournit un gestionnaire simple à utiliser
   reposant sur la fonction <span class="function"><a href="function.crypt.php" class="function">crypt()</a></span> et autres algorithmes de 
   hachage de mots de passe, rendant simple la
   création et la gestion des mots de passe, de manière sécurisée.
  </p>
 </div>

 









 






 










<ul class="chunklist chunklist_book"><li><a href="password.setup.php">Installation/Configuration</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="password.requirements.php">Pr&eacute;-requis</a></li><li><a href="password.installation.php">Installation</a></li></ul></li><li><a href="password.constants.php">Constantes pr&eacute;-d&eacute;finies</a></li><li><a href="ref.password.php">Fonctions de hachage de mot de passe</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.password-algos.php">password_algos</a> — R&eacute;cup&egrave;re tous les identifiants des algorithmes de hachage de mots de passe disponibles</li><li><a href="function.password-get-info.php">password_get_info</a> — Retourne des informations &agrave; propos du hachage fourni</li><li><a href="function.password-hash.php">password_hash</a> — Cr&eacute;e une cl&eacute; de hachage pour un mot de passe</li><li><a href="function.password-needs-rehash.php">password_needs_rehash</a> — V&eacute;rifie que le hachage fourni est conforme &agrave; l'algorithme et aux options sp&eacute;cifi&eacute;es</li><li><a href="function.password-verify.php">password_verify</a> — V&eacute;rifie qu'un mot de passe correspond &agrave; un hachage</li></ul></li></ul></div><?php manual_footer($setup); ?>