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

contributors($setup);

?>
<div id="intro.ssdeep" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
   ssdeep is a utility for creating and comparing fuzzy hashes or
   <a href="http://dfrws.org/2006/proceedings/12-Kornblum.pdf" class="link external">&raquo;&nbsp;context-triggered piecewise
   hashing</a>.
  </p>
  <p class="para">
   Fuzzy hashing can match signatures which have &quot;...sequences of identical
   bytes in the same order, although bytes in between these sequences
   may be different in both content and length&quot; (<a href="http://ssdeep.sourceforge.net" class="link external">&raquo;&nbsp;
   ssdeep project page</a>).
  </p>
  <p class="para">
   This extension provides functions for creating and comparing fuzzy hashes.
  </p>
 </div><?php manual_footer($setup); ?>