Welcome Guest, Not a member yet? Register   Sign In
Codeigniter Encryption in Apache vs IIS
#1

[eluser]josen[/eluser]
I have a Codeigniter-based application that utilizes the encryption from Codeigniter.
You know, $this->encrypt->encode($somevar,$this->config->item('encryption_key'))

It's working well in Apache and MySQL, decoding and everything.

Now I'm trying to migrate to Windows Server 2008 R2 and IIS 7.5.
The problem is in IIS the old database from Apache is not decoding properly.
The values decode to some weird alien syntax.

I'm suspecting that the mcrypt library might not be activated in IIS (that's another problem).
Still, even if it's because of the mcrypt thing, the fact that it doesn't behave the same way on two different web servers annoys me.

What do you guys think? Did u ever experience something like that?

Thank you.


Messages In This Thread
Codeigniter Encryption in Apache vs IIS - by El Forum - 09-01-2010, 05:34 AM
Codeigniter Encryption in Apache vs IIS - by El Forum - 09-01-2010, 06:04 AM
Codeigniter Encryption in Apache vs IIS - by El Forum - 09-01-2010, 06:13 AM
Codeigniter Encryption in Apache vs IIS - by El Forum - 09-01-2010, 06:50 AM
Codeigniter Encryption in Apache vs IIS - by El Forum - 09-01-2010, 08:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB