mcrypt_generic
  • References/PHP/Function/Cryptography/Mcrypt

(PHP 4 >= 4.0.2, PHP 5, PHP 7) This function encrypts data

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

(PHP 4 >= 4.0.2, PHP 5, PHP 7) This function runs a self test on the specified module

2025-01-10 15:47:30
mcrypt_enc_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_module_get_algo_key_size
  • References/PHP/Function/Cryptography/Mcrypt

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Returns the maximum supported keysize of the opened mode

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

(PHP 4, PHP 5) Encrypts/decrypts data in CBC mode

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

(PHP 4, PHP 5) Deprecated: Encrypts/decrypts data in ECB mode

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

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Returns the size of the IV belonging to a specific cipher/mode combination

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

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

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

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Returns the name of the opened mode

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

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Returns the maximum supported keysize of the opened mode

2025-01-10 15:47:30