Files

58 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 2417d61a29a32b4d495e0df7c25c026e0035a428 Maintainer: leonardolara Status: ready --><!-- CREDITS: rogeriopradoj, marcosmarcolin, leonardolara -->
<chapter xml:id="password.setup" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<section xml:id="password.requirements">
&reftitle.required;
&no.requirement;
<para>
Para o hash de senha Argon2, é necessário o uso do
<link xlink:href="&url.libargon2;">libargon2</link> ou, a partir do
PHP 8.4.0, OpenSSL versão 3.2 ou superior. A partir do PHP 7.3.0, é necessário ter a versão
20161029 ou posterior do libargon2.
</para>
</section>
<section xml:id="password.installation">
&reftitle.install;
&no.install;
<para>
No entanto, para habilitar o hash de senha Argon2, o PHP deve ser compilado com
suporte ao libargon2 utilizando a
opção de configuração <option role="configure">--with-password-argon2</option> ou
a partir do PHP 8.4.0, com o OpenSSL usando
<option role="configure">--with-openssl</option> e
<option role="configure">--with-openssl-argon2</option>.
</para>
<para>
Antes do PHP 8.1.0, era possível especificar o diretório argon2 com
<option role="configure">--with-password-argon2[=DIR]</option>.
</para>
</section>
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->