Man Page: mcrypt_enc_is_block_algorithm_mode
Operating Environment: php
Section: 3
MCRYPT_ENC_IS_BLOCK_ALGORITHM_MODE(3) 1 MCRYPT_ENC_IS_BLOCK_ALGORITHM_MODE(3) mcrypt_enc_is_block_algorithm_mode - Checks whether the encryption of the opened mode works on blocksSYNOPSISbool mcrypt_enc_is_block_algorithm_mode (resource $td)DESCRIPTIONTells whether the algorithm of the opened mode works on blocks (e.g. FALSE for stream, and TRUE for cbc, cfb, ofb)..PARAMETERSo $td - The encryption descriptor.RETURN VALUESReturns TRUE if the mode is for use with block algorithms, otherwise it returns FALSE. PHP Documentation Group MCRYPT_ENC_IS_BLOCK_ALGORITHM_MODE(3)
| Related Man Pages |
|---|
| mcrypt_get_block_size(3) - php |
| mcrypt_enc_get_supported_key_sizes(3) - php |
| mcrypt_module_open(3) - php |
| openssl_get_cipher_methods(3) - php |
| stream_socket_enable_crypto(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Rules for Homework & Coursework Questions Forum |
| Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
| New Code Tags (Syntax Highlighting) |
| Denial Of Service Attack Update |