Welcome Guest, Not a member yet? Register   Sign In
Encrypt Problem
#3

[eluser]JasmineFlower[/eluser]
Hi toopay,

I use encrypt library and i give the encryption key in config file.

Code:
$config['encryption_key'] = 'jdbeofyhfo';

In my model

Code:
$msg = $userid.$email;        
$encyptres=$this->encrypt->encode($msg);


This $encryptres sometimes returns with slash /.
BWCPaBqxRiGWFzJ8/Uib339JB0kpW1Gccaec43mvLwMI3XtuqmRmR1HmaSyYhkMnCmqQljzKnxWdgpfvgW+xQA==

after click confirmation link it returns only

BWCPaBqxRiGWFzJ8


Messages In This Thread
Encrypt Problem - by El Forum - 07-04-2011, 06:34 AM
Encrypt Problem - by El Forum - 07-04-2011, 03:52 PM
Encrypt Problem - by El Forum - 07-04-2011, 11:15 PM
Encrypt Problem - by El Forum - 07-05-2011, 12:36 AM
Encrypt Problem - by El Forum - 07-05-2011, 01:55 AM
Encrypt Problem - by El Forum - 07-05-2011, 07:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB