Query: mcrypt_generic_init
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MCRYPT_GENERIC_INIT(3) 1 MCRYPT_GENERIC_INIT(3) mcrypt_generic_init - This function initializes all buffers needed for encryptionSYNOPSISint mcrypt_generic_init (resource $td, string $key, string $iv)DESCRIPTIONYou need to call this function before every call to mcrypt_generic(3) or mdecrypt_generic(3).PARAMETERSo $td - The encryption descriptor. o $key - The maximum length of the key should be the one obtained by calling mcrypt_enc_get_key_size(3) and every value smaller than this is legal. o $iv - The IV should normally have the size of the algorithms block size, but you must obtain the size by calling mcrypt_enc_get_iv_size(3). IV is ignored in ECB. IV MUST exist in CFB, CBC, STREAM, nOFB and OFB modes. It needs to be random and unique (but not secret). The same IV must be used for encryption/decryption. If you do not want to use it you should set it to zeros, but this is not recommended.RETURN VALUESThe function returns a negative value on error: -3 when the key length was incorrect, -4 when there was a memory allocation problem and any other return value is an unknown error. If an error occurs a warning will be displayed accordingly. FALSE is returned if incorrect parameters were passed.SEE ALSOmcrypt_module_open(3). PHP Documentation Group MCRYPT_GENERIC_INIT(3)
Related Man Pages |
---|
evp_sealupdate(3) - centos |
mcrypt_decrypt(3) - php |
mcrypt_generic(3) - php |
mcrypt_get_key_size(3) - php |
mdecrypt_generic(3) - php |
Similar Topics in the Unix Linux Community |
---|
dtlogin problem? Login incorrect; please try again error |
Problem returning string |