1
0
mirror of https://github.com/php/doc-ru.git synced 2026-04-23 15:28:24 +02:00
Files
archived-doc-ru/reference/password/setup.xml
T
2023-07-29 00:23:23 +03:00

61 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 2ae2df906e1172b11e1963086d0ef4f5baedac2a Maintainer: rjhdby Status: ready -->
<!-- Reviewed: no -->
<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>
Для хеширования паролей через Argon2 требуется
<link xlink:href="&url.libargon2;">libargon2</link>. Начиная с PHP 7.3.0, требуется
libargon2 версии 20161029 или выше.
</para>
</section>
<section xml:id="password.installation">
&reftitle.install;
&no.install;
<para>
Однако, чтобы включить хеширование используя Argon2, PHP должен собран с поддержкой libargon2
с использованием опции конфигурации <option role="configure">--with-password-argon2</option>.
</para>
<para>
До PHP 8.1.0 можно было указать каталог argon2 с помощью команды
<option role="configure">--with-password-argon2[=DIR]</option>.
</para>
</section>
<section xml:id="password.configuration">
&reftitle.runtime;
&no.config;
</section>
<section xml:id="password.resources">
&reftitle.resources;
&no.resource;
</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
-->