Lines Matching refs:mcrypt_encrypt
2 Test mcrypt_encrypt() function : TripleDES functionality
11 /* Prototype : string mcrypt_encrypt(string cipher, string key, string data, string mode, string i…
17 echo "*** Testing mcrypt_encrypt() : TripleDES functionality ***\n";
49 var_dump(bin2hex(mcrypt_encrypt($cipher, $key, $data, $mode, $iv)));
56 var_dump(bin2hex(mcrypt_encrypt($cipher, $key, $data, $mode, $iv)));
62 *** Testing mcrypt_encrypt() : TripleDES functionality ***
68 Warning: mcrypt_encrypt(): Key of size 8 not supported by this algorithm. Only keys of size 24 supp…
73 Warning: mcrypt_encrypt(): Key of size 20 not supported by this algorithm. Only keys of size 24 sup…
81 Warning: mcrypt_encrypt(): Key of size 26 not supported by this algorithm. Only keys of size 24 sup…
88 Warning: mcrypt_encrypt(): Received initialization vector of size 4, but size 8 is required for thi…
96 Warning: mcrypt_encrypt(): Received initialization vector of size 9, but size 8 is required for thi…