mcrypt_list_algorithms
  • References/PHP/Function/Cryptography/Mcrypt

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Gets an array of all supported ciphers

2025-01-10 15:47:30
mcrypt_get_key_size
  • References/PHP/Function/Cryptography/Mcrypt

(PHP 4, PHP 5, PHP 7) Gets the key size of the specified cipher

2025-01-10 15:47:30
mcrypt_module_get_supported_key_sizes
  • References/PHP/Function/Cryptography/Mcrypt

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Returns an array with the supported keysizes of the opened algorithm

2025-01-10 15:47:30
mcrypt_enc_get_block_size
  • References/PHP/Function/Cryptography/Mcrypt

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Returns the blocksize of the opened algorithm

2025-01-10 15:47:30
mcrypt_module_is_block_mode
  • References/PHP/Function/Cryptography/Mcrypt

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Returns if the specified mode outputs blocks or not

2025-01-10 15:47:30
mcrypt_module_close
  • References/PHP/Function/Cryptography/Mcrypt

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Closes the mcrypt module

2025-01-10 15:47:30
mcrypt_get_cipher_name
  • References/PHP/Function/Cryptography/Mcrypt

(PHP 4, PHP 5, PHP 7) Gets the name of the specified cipher

2025-01-10 15:47:30
mcrypt_list_modes
  • References/PHP/Function/Cryptography/Mcrypt

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Gets an array of all supported modes

2025-01-10 15:47:30
mcrypt_module_is_block_algorithm
  • References/PHP/Function/Cryptography/Mcrypt

(PHP 4 >= 4.0.2, PHP 5, PHP 7) This function checks whether the specified algorithm is a block algorithm

2025-01-10 15:47:30
mcrypt_generic_init
  • References/PHP/Function/Cryptography/Mcrypt

(PHP 4 >= 4.0.2, PHP 5, PHP 7) This function initializes all buffers needed for encryption

2025-01-10 15:47:30