<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/password.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'password.requirements.php',
    1 => 'Requisiti',
    2 => 'Requisiti',
  ),
  'up' => 
  array (
    0 => 'password.setup.php',
    1 => 'Installazione/Configurazione',
  ),
  'prev' => 
  array (
    0 => 'password.setup.php',
    1 => 'Installazione/Configurazione',
  ),
  'next' => 
  array (
    0 => 'password.installation.php',
    1 => 'Installazione',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/password/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="password.requirements" class="section">
  <h2 class="title">Requisiti</h2>
  <p class="para">Non sono necessarie librerie esterne per utilizzare questo modulo.</p>
  <p class="para">
   For Argon2 password hashing, either
   <a href="https://github.com/P-H-C/phc-winner-argon2" class="link external">&raquo;&nbsp;libargon2</a> is required or, as of
   PHP 8.4.0, OpenSSL version 3.2 or later. As of PHP 7.3.0, libargon2 version
   20161029 or later is required if libargon2 is used.
  </p>
 </div><?php manual_footer($setup); ?>