<?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.xpass.php',
    1 => 'Xpass',
    2 => 'Xpass',
  ),
  'up' => 
  array (
    0 => 'refs.crypto.php',
    1 => 'Extensions sur la cryptographie',
  ),
  'prev' => 
  array (
    0 => 'class.sodiumexception.php',
    1 => 'SodiumException',
  ),
  'next' => 
  array (
    0 => 'xpass.setup.php',
    1 => 'Installation/Configuration',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/xpass/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.xpass.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.xpass" class="book">
 
 <h1 class="title">Xpass</h1>
 

 <div id="intro.xpass" class="preface">
  <h1 class="title">Introduction</h1>
  <p class="simpara">
   Cette extension apporte des algorithmes de hachage de mots de passe utilisés par les distributions
   Linux, en utilisant la bibliothèque crypt étendue.
  </p>
  <p class="simpara">
   Elle fournit également des fonctions supplémentaires de libxcrypt manquantes dans PHP.
  </p>
 </div>

 





 





 






<ul class="chunklist chunklist_book"><li><a href="xpass.setup.php">Installation/Configuration</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="xpass.requirements.php">Pr&eacute;-requis</a></li><li><a href="xpass.installation.php">Installation via PECL</a></li></ul></li><li><a href="xpass.constants.php">Constantes pr&eacute;-d&eacute;finies</a></li><li><a href="ref.xpass.php">Fonctions Xpass</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.crypt-checksalt.php">crypt_checksalt</a> — Valide un param&egrave;tre de hachage de mot de passe</li><li><a href="function.crypt-gensalt.php">crypt_gensalt</a> — Compile une cha&icirc;ne pour utilisation comme argument de sel pour crypt</li><li><a href="function.crypt-preferred-method.php">crypt_preferred_method</a> — Renvoie le pr&eacute;fixe de la m&eacute;thode de hachage pr&eacute;f&eacute;r&eacute;e</li></ul></li></ul></div><?php manual_footer($setup); ?>