mcrypt_enc_is_block_algorithm_mode
Checks whether the encryption of the opened mode works on blocks
Description
boolmcrypt_enc_is_block_algorithm_mode
resourcetd
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).