mcrypt_enc_self_test
  • References/PHP/Function/Cryptography/Mcrypt

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Runs a self test on the opened module

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

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Opens the module of the algorithm and the mode to be used

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

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Encrypts plaintext with given parameters

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

(PHP 4 >= 4.0.7, PHP 5, PHP 7) This function deinitializes an encryption module

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

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Checks whether the algorithm of the opened mode is a block algorithm

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

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Checks whether the opened mode outputs blocks

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

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Decrypts crypttext with given parameters

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

(PHP 4, PHP 5, PHP 7) Creates an initialization vector (IV) from a random source

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

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

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

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

2025-01-10 15:47:30