function mcrypt generic


mcrypt_genericPodręcznik PHPPoprzedniNastępnymcrypt_generic (PHP 4 >= 4.0.2)mcrypt_generic -- This function encrypts dataDescriptionstring mcrypt_generic ( resource td, string data) This function encrypts data. The data is padded with "\0" to make sure the length of the data is n * blocksize. This function returns the encrypted data. Note that the length of the returned string can in fact be longer then the input, due to the padding of the data. The encryption handle should alwayws be initialized with mcrypt_generic_init() with a key and an IV before calling this function. Where the encryption is done, you should free the encryption buffers by calling mcrypt_generic_deinit(). See mcrypt_module_open() for an example. See also mdecrypt_generic(), mcrypt_generic_init() and mcrypt_generic_deinit(). PoprzedniSpis treściNastępnymcrypt_generic_initPoczątek rozdziałumcrypt_get_block_size

Wyszukiwarka

Podobne podstrony:
function mcrypt generic deinit
function mcrypt generic
function mcrypt generic deinit
function mcrypt generic end
function mcrypt generic end
function mcrypt generic init
function mcrypt cbc
function mcrypt module get algo key size
function mcrypt cbc
function mcrypt ecb
function mcrypt get iv size

więcej podobnych podstron