|
8.69.21 mcrypt_enc_is_block_algorithm()Teste le chiffrement par blocs d'un algorithme[ Exemples avec mcrypt_enc_is_block_algorithm ] PHP 4 >= 4.0.2, PHP 5
bool
mcrypt_enc_is_block_algorithm (
resource
td
)
mcrypt_enc_is_block_algorithm
retourne
TRUE
si
l'algorithme utilisé est un algorithme par blocs, et
FALSE
si c'est un algorithme par flux.
|