Welcome Guest, Not a member yet? Register   Sign In
codeigniter 3.1.6 decrypt fails sometimes to get the correct value
#1

I am using codeigniter 3.1.6. I am using encryption class and I loaded it through config/autoload.

PHP Code:
$autoload['libraries'] = array('database''session''xmlrpc','form_validation','encryption'); 

I have set the encryption key fromĀ 
PHP Code:
echo bin2hex($this->encryption->create_key(16)); 

PHP Code:
$config['encryption_key'] = hex2bin('ccf8ce9386eb83d67a3a334748aca064'); 
I am encrypting and decrypting usingĀ 
PHP Code:
$this->encryption->encrypt($data);
$this->encryption->decrypt($encrypteddata); 

The problem is that for 2 instances I succeed and the next one the form crash as you will see on the image attached.

Assistance is highly needed.

Attached Files Thumbnail(s)
       
Reply


Messages In This Thread
codeigniter 3.1.6 decrypt fails sometimes to get the correct value - by damascene10 - 11-20-2017, 05:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB