mirror of
https://github.com/php/doc-pl.git
synced 2026-03-24 07:02:07 +01:00
58 lines
1.7 KiB
XML
58 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: 2417d61a29a32b4d495e0df7c25c026e0035a428 Maintainer: sobak Status: ready -->
|
|
|
|
<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>
|
|
Hashowanie przy użyciu Argon2 wymaga
|
|
<link xlink:href="&url.libargon2;">libargon2</link> lub od
|
|
PHP 8.4.0 OpenSSL w wersji 3.2 lub nowszej. Od PHP 7.3.0 w wypadku użycia libargon2,
|
|
wymagana jest wersja 20161029 lub nowsza.
|
|
</para>
|
|
</section>
|
|
|
|
<section xml:id="password.installation">
|
|
&reftitle.install;
|
|
&no.install;
|
|
<para>
|
|
Jednakże by włączyć wsparcie dla hashowania Argon2, PHP musi zostać skompilowane z obsługą
|
|
z libargon2 przy użyciu opcji konfiguracyjnej <option role="configure">--with-password-argon2</option>
|
|
lub (począwszy od PHP 8.4.0) z obsługą OpenSSL przy użyciu
|
|
<option role="configure">--with-openssl</option> i
|
|
<option role="configure">--with-openssl-argon2</option>.
|
|
|
|
</para>
|
|
<para>
|
|
Przed PHP 8.1.0, określenie katalogu z argon2 było możliwe za pomocą
|
|
<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
|
|
-->
|
|
|