<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.mcrypt.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'intro.mcrypt.php',
    1 => 'Вступ',
    2 => 'Вступ',
  ),
  'up' => 
  array (
    0 => 'book.mcrypt.php',
    1 => 'Mcrypt',
  ),
  'prev' => 
  array (
    0 => 'book.mcrypt.php',
    1 => 'Mcrypt',
  ),
  'next' => 
  array (
    0 => 'mcrypt.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/mcrypt/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intro.mcrypt" class="preface">
  <h1 class="title">Вступ</h1>
  <div class="warning"><strong class="warning">Увага</strong>
   <p class="para">
 Цей функціонал <em>ЗАСТАРІВ</em>, починаючи з PHP 7.1.0, та
 <em>ВИЛУЧЕНИЙ</em> в PHP 7.2.0.
</p>
<p class="para">
 Його можна замінити на:
</p>

   <ul class="simplelist">
    <li>
     <a href="book.sodium.php" class="link">Sodium</a>
     (available as of PHP 7.2.0)
    </li>
    <li>
     <a href="book.openssl.php" class="link">OpenSSL</a>
    </li>
   </ul>
  </div>

  <blockquote class="note"><p><strong class="note">Зауваження</strong>: 
   <p class="para">
    Це розширення переміщено до сховища <a href="https://pecl.php.net/" class="link external">&raquo;&nbsp;PECL</a> та
більше не входить до складу PHP, починаючи з PHP 7.2.0.
   </p>
  </p></blockquote>

  <p class="para">
   This is an interface to the mcrypt library, which supports a wide
   variety of block algorithms such as DES, TripleDES, Blowfish
   (default), 3-WAY, SAFER-SK64, SAFER-SK128, TWOFISH, TEA, RC2 and
   GOST in CBC, OFB, CFB and ECB cipher modes. Additionally, it
   supports RC6 and IDEA which are considered &quot;non-free&quot;.
   CFB/OFB are 8bit by default.
  </p>
 </div><?php manual_footer($setup); ?>