Here i am not using the default php crypt functions, the CCAvenue team follows one cryptography, they gave us that file along with test integration kit (crypto.php file). here i am sending the code, please review it and give me some suggetions.
<?php
error_reporting(0);
function encrypt ...
Search found 3 matches
- Sat Feb 21, 2015 7:04 am
- Forum: AES Crypt
- Topic: Aescrypt code not executing in my linux server
- Replies: 5
- Views: 12241
- Fri Feb 20, 2015 8:34 am
- Forum: AES Crypt
- Topic: Aescrypt code not executing in my linux server
- Replies: 5
- Views: 12241
Re: Aescrypt code not executing in my linux server
Yes, Here i am using Php, here i want to test my ccavenue, but this php encryption file doesn't run any more.
function encrypt($plainText,$key)
{
echo "1q";
$secretKey = hextobin(md5($key));
echo "2";
$initVector = pack("C*", 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a ...
function encrypt($plainText,$key)
{
echo "1q";
$secretKey = hextobin(md5($key));
echo "2";
$initVector = pack("C*", 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a ...
- Fri Feb 20, 2015 5:33 am
- Forum: AES Crypt
- Topic: Aescrypt code not executing in my linux server
- Replies: 5
- Views: 12241
Aescrypt code not executing in my linux server
Hi Guys,
I have tested the aescode in my local wamp server,its working fine, while i am testing in my server the code "$openMode = mcrypt_module_open(MCRYPT_RIJNDAEL_128, '','cbc', '');" is not executed, i have installed aescrypt in my server also, but no use. please any one give me a solution for ...
I have tested the aescode in my local wamp server,its working fine, while i am testing in my server the code "$openMode = mcrypt_module_open(MCRYPT_RIJNDAEL_128, '','cbc', '');" is not executed, i have installed aescrypt in my server also, but no use. please any one give me a solution for ...