mirror of
https://github.com/php/doc-ru.git
synced 2025-07-30 12:57:40 +00:00
60 lines
1.6 KiB
XML
60 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- $Revision$ -->
|
||
<!-- EN-Revision: 0b7542c9e336ff5d7731d5f808aed628d5a8b96d Maintainer: rjhdby Status: ready -->
|
||
<!-- Reviewed: yes -->
|
||
|
||
<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[=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
|
||
-->
|