downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

mcrypt_create_iv> <mcrypt_cbc
Last updated: Fri, 24 Jul 2009

view this page in

mcrypt_cfb

(PHP 4, PHP 5)

mcrypt_cfbEncrypt/decrypt data in CFB mode

설명

string mcrypt_cfb ( int $cipher , string $key , string $data , int $mode , string $iv )
string mcrypt_cfb ( 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 or higher. The mode should be either MCRYPT_ENCRYPT or MCRYPT_DECRYPT.

This function should not be used anymore, see mcrypt_generic() and mdecrypt_generic() for replacements.



add a note add a note User Contributed Notes
mcrypt_cfb
There are no user contributed notes for this page.

mcrypt_create_iv> <mcrypt_cbc
Last updated: Fri, 24 Jul 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites