Home
last modified time | relevance | path

Searched refs:mcrypt_encrypt (Results 1 – 25 of 97) sorted by relevance

1234

/dports/security/pecl-mcrypt/mcrypt-1.0.4/tests/
H A Dmcrypt_encrypt_3des_cbc.phpt2 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 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_encrypt_3des_cbc.php on line 40
75 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_encrypt_3des_cbc.php on line 40
82 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_encrypt_3des_cbc.php on line 40
87 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_encrypt_3des_cbc.php on line 40
[all …]
H A Dmcrypt_encrypt_3des_ecb.phpt2 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";
34 var_dump(bin2hex(mcrypt_encrypt($cipher, $key, $data, $mode)));
48 var_dump(bin2hex(mcrypt_encrypt($cipher, $key, $data, $mode, $iv)));
54 *** Testing mcrypt_encrypt() : TripleDES functionality ***
60 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_encrypt_3des_ecb.php on line 25
67 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_encrypt_3des_ecb.php on line 25
74 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_encrypt_3des_ecb.php on line 25
79 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_encrypt_3des_ecb.php on line 25
[all …]
H A Dmcrypt_cbc_3des_encrypt.phpt37 var_dump(bin2hex(mcrypt_encrypt($cipher, $key, $data, MCRYPT_MODE_CBC, $iv)));
44 var_dump(bin2hex(mcrypt_encrypt($cipher, $key, $data, MCRYPT_MODE_CBC, $iv)));
53 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_cbc_3des_encrypt.php on line 28
55 Warning: mcrypt_encrypt(): Key of size 8 not supported by this algorithm. Only keys of size 24 supp…
60 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_cbc_3des_encrypt.php on line 28
62 Warning: mcrypt_encrypt(): Key of size 20 not supported by this algorithm. Only keys of size 24 sup…
67 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_cbc_3des_encrypt.php on line 28
72 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_cbc_3des_encrypt.php on line 28
81 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_cbc_3des_encrypt.php on line 35
88 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_cbc_3des_encrypt.php on line 35
[all …]
H A Dmcrypt_ecb_3des_encrypt.phpt40 var_dump(bin2hex(mcrypt_encrypt($cipher, $key, $data, MCRYPT_MODE_ECB, $iv)));
47 var_dump(bin2hex(mcrypt_encrypt($cipher, $key, $data, MCRYPT_MODE_ECB, $iv)));
56 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_ecb_3des_encrypt.php on line 31
58 Warning: mcrypt_encrypt(): Key of size 8 not supported by this algorithm. Only keys of size 24 supp…
63 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_ecb_3des_encrypt.php on line 31
65 Warning: mcrypt_encrypt(): Key of size 20 not supported by this algorithm. Only keys of size 24 sup…
70 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_ecb_3des_encrypt.php on line 31
75 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_ecb_3des_encrypt.php on line 31
84 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_ecb_3des_encrypt.php on line 38
89 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_ecb_3des_encrypt.php on line 38
[all …]
H A Dbug46010.phpt9 var_dump(bin2hex(mcrypt_encrypt(MCRYPT_TRIPLEDES, $key, "data", MCRYPT_MODE_ECB)));
10 var_dump(bin2hex(mcrypt_encrypt(MCRYPT_TRIPLEDES, $key, "data", MCRYPT_MODE_ECB, "a")));
11 var_dump(bin2hex(mcrypt_encrypt(MCRYPT_TRIPLEDES, $key, "data", MCRYPT_MODE_ECB, "12345678")));
15 Deprecated: Function mcrypt_encrypt() is deprecated in %s%ebug46010.php on line 4
18 Deprecated: Function mcrypt_encrypt() is deprecated in %s%ebug46010.php on line 5
21 Deprecated: Function mcrypt_encrypt() is deprecated in %s%ebug46010.php on line 6
H A Dmcrypt_rijndael128_256BitKey.phpt2 Test mcrypt_encrypt() function : AES functionality
11 /* Prototype : string mcrypt_encrypt(string cipher, string key, string data, string mode, string i…
52 $res = mcrypt_encrypt($cipher, $key, $data, MCRYPT_MODE_CBC, $iv);
66 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_rijndael128_256BitKey.php on line…
68 Warning: mcrypt_encrypt(): Key of size 20 not supported by this algorithm. Only keys of sizes 16, 2…
78 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_rijndael128_256BitKey.php on line…
86 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_rijndael128_256BitKey.php on line…
88 Warning: mcrypt_encrypt(): Key of size 30 not supported by this algorithm. Only keys of sizes 16, 2…
98 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_rijndael128_256BitKey.php on line…
106 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_rijndael128_256BitKey.php on line…
[all …]
H A Dbug43143.phpt11 $data = mcrypt_encrypt(MCRYPT_RIJNDAEL_256, $mkey, $input, MCRYPT_MODE_ECB);
15 $data = mcrypt_encrypt(MCRYPT_RIJNDAEL_256, $mkey, $input, MCRYPT_MODE_CFB);
21 Deprecated: Function mcrypt_encrypt() is deprecated in %s%ebug43143.php on line 5
24 Deprecated: Function mcrypt_encrypt() is deprecated in %s%ebug43143.php on line 9
26 Warning: mcrypt_encrypt(): Encryption mode requires an initialization vector of size 32 in %sbug431…
H A Dmcrypt_rijndael128_128BitKey.phpt2 Test mcrypt_encrypt() function : AES functionality
11 /* Prototype : string mcrypt_encrypt(string cipher, string key, string data, string mode, string i…
54 $res = mcrypt_encrypt($cipher, $key, $data, MCRYPT_MODE_CBC, $iv);
75 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_rijndael128_128BitKey.php on line…
77 Warning: mcrypt_encrypt(): Key of size 0 not supported by this algorithm. Only keys of sizes 16, 24…
82 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_rijndael128_128BitKey.php on line…
84 Warning: mcrypt_encrypt(): Key of size 0 not supported by this algorithm. Only keys of sizes 16, 24…
89 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_rijndael128_128BitKey.php on line…
91 Warning: mcrypt_encrypt(): Key of size 8 not supported by this algorithm. Only keys of sizes 16, 24…
96 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_rijndael128_128BitKey.php on line…
H A Dbug70625.phpt2 Bug #70625: mcrypt_encrypt() : won't return data when no IV was specified under RC4
9 $ciphertext = mcrypt_encrypt(MCRYPT_ARCFOUR, $key, 'payload', MCRYPT_MODE_STREAM);
16 Deprecated: Function mcrypt_encrypt() is deprecated in %s%ebug70625.php on line 4
H A Dmcrypt_ecb.phpt12 $enc_data = mcrypt_encrypt($cipher, $key, $secret, MCRYPT_MODE_ECB, $iv);
25 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_ecb.php on line 7
H A Dmcrypt_cbc.phpt12 $enc_data = mcrypt_encrypt($cipher, $key, $secret, MCRYPT_MODE_CBC, $iv);
26 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_cbc.php on line 7
H A Dmcrypt_cfb.phpt12 $enc_data = mcrypt_encrypt($cipher, $key, $secret, MCRYPT_MODE_CFB, $iv);
25 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_cfb.php on line 7
H A Dmcrypt_decrypt.phpt13 $enc_data = mcrypt_encrypt($cipher, $key, $secret, $mode, $iv);
27 Deprecated: Function mcrypt_encrypt() is deprecated in %s%emcrypt_decrypt.php on line 8
/dports/www/elgg/elgg-3.3.23/vendor/cakephp/utility/Crypto/
H A DMcrypt.php49 return $iv . '$$' . mcrypt_encrypt($algorithm, $cryptKey, $text, $mode, $iv);
86 return $iv . mcrypt_encrypt($algorithm, $key, $plain, $mode, $iv);
/dports/devel/rth/rth/adodb-4.65/session/
H A Dadodb-encrypt-mcrypt.php93 return mcrypt_encrypt($this->_cipher, $key, $data, $this->_mode, $iv);
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/include/ADODB/session/
H A Dadodb-encrypt-mcrypt.php93 return mcrypt_encrypt($this->_cipher, $key, $data, $this->_mode, $iv);
/dports/deskutils/moregroupware/moregroupware/include/adodb/session/
H A Dadodb-encrypt-mcrypt.php93 return mcrypt_encrypt($this->_cipher, $key, $data, $this->_mode, $iv);
/dports/databases/adodb5/ADOdb-5.21.3/session/
H A Dadodb-encrypt-mcrypt.php101 return mcrypt_encrypt($this->_cipher, $key, $data, $this->_mode, $iv);
/dports/databases/adodb/adodb/session/
H A Dadodb-encrypt-mcrypt.php93 return mcrypt_encrypt($this->_cipher, $key, $data, $this->_mode, $iv);
/dports/deskutils/egroupware/egroupware/vendor/egroupware/adodb-php/session/
H A Dadodb-encrypt-mcrypt.php95 return mcrypt_encrypt($this->_cipher, $key, $data, $this->_mode, $iv);
/dports/comms/atslog/atslog-2.1.1/www/include/adodb/session/
H A Dadodb-encrypt-mcrypt.php93 return mcrypt_encrypt($this->_cipher, $key, $data, $this->_mode, $iv);
/dports/devel/truc/truc_0.12.0/adodb-4.65/session/
H A Dadodb-encrypt-mcrypt.php93 return mcrypt_encrypt($this->_cipher, $key, $data, $this->_mode, $iv);
/dports/www/phprecipebook/phprecipebook/libs/adodb4/session/
H A Dadodb-encrypt-mcrypt.php93 return mcrypt_encrypt($this->_cipher, $key, $data, $this->_mode, $iv);
/dports/www/phprecipebook/phprecipebook/libs/adodb5/session/
H A Dadodb-encrypt-mcrypt.php93 return mcrypt_encrypt($this->_cipher, $key, $data, $this->_mode, $iv);
/dports/security/pecl-mcrypt/mcrypt-1.0.4/
H A Dphp_mcrypt.h48 PHP_FUNCTION(mcrypt_encrypt);

1234