Source of: /manual/fr/intro.mcrypt.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = 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 => 'fr',
),
'this' =>
array (
0 => 'intro.mcrypt.php',
1 => 'Introduction',
),
'up' =>
array (
0 => 'book.mcrypt.php',
1 => 'Mcrypt',
),
'prev' =>
array (
0 => 'book.mcrypt.php',
1 => 'Mcrypt',
),
'next' =>
array (
0 => 'mcrypt.setup.php',
1 => 'Installation/Configuration',
),
'alternatives' =>
array (
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="intro.mcrypt" class="preface">
<h1 class="title">Introduction</h1>
<p class="para">
Ces fonctions permettent d'accéder à la bibliothèque
mcrypt, qui dispose d'une grande variété d'algorithmes
de chiffrement, tels DES, TripleDES, Blowfish (par défaut), 3-WAY,
SAFER-SK64, SAFER-SK128, TWOFISH, TEA, RC2 et GOST en modes CBC,
OFB, CFB et ECB. De plus, elles acceptent aussi RC6 et IDEA qui sont
considérés comme "non-libres".
CFB/OFB est sur 8bit par défaut.
</p>
</div><?php manual_footer(); ?>