PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

mcrypt_module_is_block_algorithm> <mcrypt_module_get_supported_key_sizes
Last updated: Fri, 03 Oct 2008

view this page in

mcrypt_module_is_block_algorithm_mode

(PHP 4 >= 4.0.2, PHP 5)

mcrypt_module_is_block_algorithm_modeIndique si un mode fonctionne par blocs

Description

bool mcrypt_module_is_block_algorithm_mode ( string $mode [, string $lib_dir ] )

mcrypt_module_is_block_algorithm_mode() retourne TRUE si le mode doit être utilisé avec un algorithme par bloc, sinon retourne 0 (i.e. 0 pour "stream", et 1 pour "cbc", "cfb", "ofb"). Le paramètre optionnel lib_dir contient le chemin jusqu'au module de l'algorithme sur le système.



add a note add a note User Contributed Notes
mcrypt_module_is_block_algorithm_mode
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites