Welcome Guest, Not a member yet? Register   Sign In
decrypt data encrypted by CI 2.4 with CI 3.1
#2

I think all I need is the parameters of this functions:

$this->encryption->decrypt($coded_string,array(
'cipher' => MCRYPT_RIJNDAEL_256,
'mode' => MCRYPT_MODE_CBC,
'key' => $key,
));

what I use here to make this function decoded data by the legacy encrypt library?
Reply


Messages In This Thread
RE: decrypt data encrypted by CI 2.4 with CI 3.1 - by mnoman - 08-05-2018, 03:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB