<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'password.installation.php',
    1 => 'Installation',
    2 => 'Installation',
  ),
  'up' => 
  array (
    0 => 'password.setup.php',
    1 => 'Installation/Konfiguration',
  ),
  'prev' => 
  array (
    0 => 'password.requirements.php',
    1 => 'Anforderungen',
  ),
  'next' => 
  array (
    0 => 'password.constants.php',
    1 => 'Vordefinierte Konstanten',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    '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.installation" class="section">
  <h2 class="title">Installation</h2>
  <p class="para">Für diese Funktionen ist keine Installation erforderlich,
diese gehören zum Grundbestand von PHP.</p>
  <p class="para">
   Um Argon2-Passwort-Hashing zu aktivieren, muss PHP jedoch entweder mit
   Unterstützung für libargon2 gebaut werden, indem die Konfigurationsoption
   <strong class="option configure">--with-password-argon2</strong> verwendet wird,
   oder, beginnend mit PHP 8.4.0, mit OpenSSL, indem
   <strong class="option configure">--with-openssl</strong> und
   <strong class="option configure">--with-openssl-argon2</strong> verwendet wird.
  </p>
  <p class="para">
   Vor PHP 8.1.0 war es möglich, das argon2-Verzeichnis mit
   <strong class="option configure">--with-password-argon2[=DIR]</strong> anzugeben.
  </p>
 </div><?php manual_footer($setup); ?>