Search Results

  1. Return Values ¶ This function returns true if the mode is for use with block algorithms, otherwise it returns false. (e.g. false for stream, and true for cbc, cfb, ofb).

  2. Cette fonction retourne true si le mode doit être utilisé avec un algorithme par bloc, sinon, elle retourne false (i.e. false pour un flux, et true pour cbc, cfb, ofb).

  3. This function has been DEPRECATED as of PHP 7.1.0 and REMOVED as of PHP 7.2.0. Relying on this function is highly discouraged.

  4. mcrypt_module_is_block_algorithm retourne TRUE si algorithm est un algorithme par bloc, sinon retourne 0. Le paramètre optionnel lib_dir contient le chemin jusqu'au module de l'algorithme sur le système.

  5. Execute mcrypt_module_is_block_algorithm Online. Info and examples on mcrypt_module_is_block_algorithm PHP Function from Mcrypt - Cryptography Extensions

  6. mcrypt_module_is_block_algorithm_mode — Indique si un mode fonctionne par blocs mcrypt_module_is_block_mode — Indique si un mode travaille par blocs mcrypt_module_open — Ouvre le module de l'algorithme et du mode à utiliser mcrypt_module_self_test — Teste un mode mdecrypt_generic — Déchiffre les données ↑↓ • • •

  7. This function returns true if the specified algorithm is a block algorithm, or false if it is a stream one.