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

[eluser]josen[/eluser]
[quote author="WanWizard" date="1283363436"]That is something you don't have to worry about.

The mycrypt API is defined, and is consistent across platform. Als long as you select the same encryption method offcourse, but that is no issue here, the code remains the same.

I use a modified version of CI's encryption library. The default library does XOR encoding/decoding by default, and adds mcrypt encoding/decoding if present. Since mcrypt is using strong encoding, I don't use the XOR functions if mcrypt is available. This speeds up the encryption tremendously, as XOR encryption in software (PHP code) is terribly slow.[/quote]

Thank you for the explanation.
I really appreciate it.


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