Rapide Advanced Adulte
 
 Web|Image|Shop|Video|News|Wmx|Mobile|Wiki|Ajouter ce moteur

     Manuel PHP     
Partager
 
 
Partager
Partager

 

Table :

.mcrypt cbc
.mcrypt cfb
.mcrypt create iv
.mcrypt decrypt
.mcrypt ecb
.mcrypt enc get algorithms name
.mcrypt enc get block size
.mcrypt enc get iv size
.mcrypt enc get key size
.mcrypt enc get modes name
.mcrypt enc get supported key sizes
.mcrypt enc is block algorithm mode
.mcrypt enc is block algorithm
.mcrypt enc is block mode
.mcrypt enc self test
.mcrypt encrypt
.mcrypt generic deinit
.mcrypt generic end
.mcrypt generic init
.mcrypt generic
.mcrypt get block size
.mcrypt get cipher name
.mcrypt get iv size
.mcrypt get key size
.mcrypt list algorithms
.mcrypt list modes
.mcrypt module close
.mcrypt module get algo block size
.mcrypt module get algo key size
.mcrypt module get supported key sizes
.mcrypt module is block algorithm mode
.mcrypt module is block algorithm
.mcrypt module is block mode
.mcrypt module open
.mcrypt module self test
.mcrypt ofb
.mdecrypt generic
 
   

  mcrypt_list_algorithms  


mcrypt_list_algorithms

(PHP 4 >= 4.0.2, PHP 5)

mcrypt_list_algorithms -- Liste tous les algorithmes de chiffrement supportés

Description

array mcrypt_list_algorithms ( [string lib_dir] )

mcrypt_list_algorithms() sert à lister tous les algorithmes de chiffrement de lib_dir.

mcrypt_list_algorithms() prend un argument optionnel, qui spécifie le dossier qui contient tous les algorithmes. S'il est omis, la valeur de mcrypt.algorithms_dir dans php.ini est utilisée.

Exemple 1. Exemple avec mcrypt_list_algorithms()

<?php
$algorithms
= mcrypt_list_algorithms("/usr/local/lib/libmcrypt");
foreach (
$algorithms as $cipher) {
   echo
$cipher."\n";
}
?>

L'exemple ci-dessus va afficher tous les algorithmes supportés dans le dossier "/usr/local/lib/libmcrypt".


    Annonces       
 

 Retour au chapitre Php

 

Top
 

Ajouter JungleKey.fr à votre Explorateur

 
 

About Us | © 2007 JungleKey




iBlack | Mobile | Wiki | Ajouter ce moteur
.