function mcrypt ecb QJZO2PNDKQUJF2ASDBENUDD6OHRPMYK5IAALERY


mcrypt_ecbPodręcznik PHPPoprzedniNastępnymcrypt_ecb (PHP 3>= 3.0.8, PHP 4 >= 4.0.0)mcrypt_ecb -- Encrypt/decrypt data in ECB modeDescriptionstring mcrypt_ecb (int cipher, string key, string data, int mode)string mcrypt_ecb (string cipher, string key, string data, int mode [, string iv]) The first prototype is when linked against libmcrypt 2.2.x, the second when linked against libmcrypt 2.4.x. mcrypt_ecb() encrypts or decrypts (depending on mode) the data with cipher and key in ECB cipher mode and returns the resulting string. Cipher is one of the MCRYPT_ciphername constants. Key is the key supplied to the algorithm. It must be kept secret. Data is the data which shall be encrypted/decrypted. Mode is MCRYPT_ENCRYPT or MCRYPT_DECRYPT. See also: mcrypt_cbc(), mcrypt_cfb(), and mcrypt_ofb(). PoprzedniSpis treściNastępnymcrypt_cfbPoczątek rozdziałumcrypt_ofb

Wyszukiwarka

Podobne podstrony:
function mcrypt ecb
function mcrypt ecb
function mcrypt cbc
function mcrypt module get algo key size
function mcrypt cbc
function mcrypt get iv size
function mcrypt generic deinit
function mcrypt ofb
function mcrypt enc get algorithms name

więcej podobnych podstron