mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-24 17:02:18 +01:00
56 lines
1.5 KiB
XML
56 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 48ce43fe79fa0c9f31f187ea8ec995b4cb13037e Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: yes Maintainer: yannick -->
|
|
|
|
<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>
|
|
Pour le hachage Argon2 de mot de passe, <link xlink:href="&url.libargon2;">libargon2</link>
|
|
est par contre requis. À partir de PHP 7.3.0, libargon2 version 20161029 ou ultérieur
|
|
est requis.
|
|
</para>
|
|
</section>
|
|
|
|
<section xml:id="password.installation">
|
|
&reftitle.install;
|
|
&no.install;
|
|
<para>
|
|
Pour activer le hachage Argon2 de mot de passe, néanmoins, PHP doit être compilé
|
|
avec le support de libargon2 en utilisant l'option de configuration
|
|
<option role="configure">--with-password-argon2</option>.
|
|
</para>
|
|
<para>
|
|
Antérieur à PHP 8.1.0, il était possible de spécifier le répertoire argon2 avec
|
|
<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
|
|
-->
|
|
|