Page 1 of 1

what is the fastest two way encoding algorithm in pure PHP ?

Posted: Wed Sep 09, 2009 9:28 am
by madrazel
I know that best would be mcrypt, but I want do do it in pure php code, and also I want the encrypting to be reasonably strong, not like xor

Re: what is the fastest two way encoding algorithm in pure PHP ?

Posted: Wed Sep 09, 2009 10:15 am
by jayshields
What's wrong with mcrypt()?