background image

$p_t

 = mcrypt_cfb (MCRYPT_CAST_256, 

$key

$c_t

, MCRYPT_DECRYPT, 

$iv

); 

return

 trim(

chop

(

$p_t

));