<?php
function xxx(){
return "KKKK";
echo mcrypt_encrypt(MCRYPT_RIJNDAEL_256, 'CONN','KESAVAN', MCRYPT_MODE_ECB );
echo '\n';
echo mcrypt_encrypt(MCRYPT_RIJNDAEL_256, 'CONN','KESAVAN', MCRYPT_MODE_ECB );
}
echo xxx();
echo $x = urlencode(base64_encode(gzcompress(serialize('VALUE') . 'KEY')));
echo '';
echo unserialize((gzuncompress(base64_decode(urldecode($x)))));
echo '';
?>
Return to Kesavan Muthuvel's home page. Please send comments on these web pages to hi@kesavan.info (or) Feedback here CopyLeft (Ͻ) 2008 - 2023 Kesavan Muthuvel More on CopyLeft |