<?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 => 'fr',
  ),
  'this' => 
  array (
    0 => 'ref.mcrypt.php',
    1 => 'Fonctions Mcrypt',
    2 => 'Fonctions Mcrypt',
  ),
  'up' => 
  array (
    0 => 'book.mcrypt.php',
    1 => 'Mcrypt',
  ),
  'prev' => 
  array (
    0 => 'mcrypt.ciphers.php',
    1 => 'Modes de chiffrement Mcrypt',
  ),
  'next' => 
  array (
    0 => 'function.mcrypt-create-iv.php',
    1 => 'mcrypt_create_iv',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/mcrypt/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.mcrypt.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.mcrypt" class="reference">
 <h1 class="title">Fonctions Mcrypt</h1>

 
































































































































































































































<h2>Sommaire</h2><ul class="chunklist chunklist_reference"><li><a href="function.mcrypt-create-iv.php">mcrypt_create_iv</a> — Cr&eacute;e un vecteur d'initialisation (IV) &agrave; partir d'une source al&eacute;atoire</li><li><a href="function.mcrypt-decrypt.php">mcrypt_decrypt</a> — D&eacute;chiffre un texte avec les param&egrave;tres donn&eacute;s</li><li><a href="function.mcrypt-enc-get-algorithms-name.php">mcrypt_enc_get_algorithms_name</a> — Retourne le nom de l'algorithme de chiffrement</li><li><a href="function.mcrypt-enc-get-block-size.php">mcrypt_enc_get_block_size</a> — Retourne la taille du bloc d'un algorithme</li><li><a href="function.mcrypt-enc-get-iv-size.php">mcrypt_enc_get_iv_size</a> — Retourne la taille du VI d'un algorithme</li><li><a href="function.mcrypt-enc-get-key-size.php">mcrypt_enc_get_key_size</a> — Retourne la taille maximale de la cl&eacute; pour un mode</li><li><a href="function.mcrypt-enc-get-modes-name.php">mcrypt_enc_get_modes_name</a> — Retourne le nom du mode</li><li><a href="function.mcrypt-enc-get-supported-key-sizes.php">mcrypt_enc_get_supported_key_sizes</a> — Retourne un tableau contenant les tailles de cl&eacute;s accept&eacute;es par un algorithme</li><li><a href="function.mcrypt-enc-is-block-algorithm.php">mcrypt_enc_is_block_algorithm</a> — Teste le chiffrement par blocs d'un algorithme</li><li><a href="function.mcrypt-enc-is-block-algorithm-mode.php">mcrypt_enc_is_block_algorithm_mode</a> — Teste le chiffrement par blocs d'un mode</li><li><a href="function.mcrypt-enc-is-block-mode.php">mcrypt_enc_is_block_mode</a> — Teste si le mode retourne les donn&eacute;es par blocs</li><li><a href="function.mcrypt-enc-self-test.php">mcrypt_enc_self_test</a> — Teste un module ouvert</li><li><a href="function.mcrypt-encrypt.php">mcrypt_encrypt</a> — Chiffre un texte</li><li><a href="function.mcrypt-generic.php">mcrypt_generic</a> — Chiffre les donn&eacute;es</li><li><a href="function.mcrypt-generic-deinit.php">mcrypt_generic_deinit</a> — Pr&eacute;pare le module pour le d&eacute;chargement</li><li><a href="function.mcrypt-generic-init.php">mcrypt_generic_init</a> — Initialise tous les tampons n&eacute;cessaires</li><li><a href="function.mcrypt-get-block-size.php">mcrypt_get_block_size</a> — Retourne la taille de blocs d'un chiffrement</li><li><a href="function.mcrypt-get-cipher-name.php">mcrypt_get_cipher_name</a> — Lit le nom du chiffrement utilis&eacute;</li><li><a href="function.mcrypt-get-iv-size.php">mcrypt_get_iv_size</a> — Retourne la taille du VI utilis&eacute; par un couple chiffrement/mode</li><li><a href="function.mcrypt-get-key-size.php">mcrypt_get_key_size</a> — Retourne la taille de la cl&eacute; de chiffrement</li><li><a href="function.mcrypt-list-algorithms.php">mcrypt_list_algorithms</a> — Liste tous les algorithmes de chiffrement support&eacute;s</li><li><a href="function.mcrypt-list-modes.php">mcrypt_list_modes</a> — Liste tous les modes de chiffrement support&eacute;s</li><li><a href="function.mcrypt-module-close.php">mcrypt_module_close</a> — D&eacute;charge le module de chiffrement</li><li><a href="function.mcrypt-module-get-algo-block-size.php">mcrypt_module_get_algo_block_size</a> — Retourne la taille de blocs d'un algorithme</li><li><a href="function.mcrypt-module-get-algo-key-size.php">mcrypt_module_get_algo_key_size</a> — Retourne la taille maximale de cl&eacute;</li><li><a href="function.mcrypt-module-get-supported-key-sizes.php">mcrypt_module_get_supported_key_sizes</a> — Retourne un tableau contenant les tailles de cl&eacute;s support&eacute;es par l'algorithme ouvert</li><li><a href="function.mcrypt-module-is-block-algorithm.php">mcrypt_module_is_block_algorithm</a> — Indique si un algorithme fonctionne par blocs</li><li><a href="function.mcrypt-module-is-block-algorithm-mode.php">mcrypt_module_is_block_algorithm_mode</a> — Indique si un mode fonctionne par blocs</li><li><a href="function.mcrypt-module-is-block-mode.php">mcrypt_module_is_block_mode</a> — Indique si un mode travaille par blocs</li><li><a href="function.mcrypt-module-open.php">mcrypt_module_open</a> — Ouvre le module de l'algorithme et du mode &agrave; utiliser</li><li><a href="function.mcrypt-module-self-test.php">mcrypt_module_self_test</a> — Teste un mode</li><li><a href="function.mdecrypt-generic.php">mdecrypt_generic</a> — D&eacute;chiffre les donn&eacute;es</li></ul>
</div>
<?php manual_footer($setup); ?>