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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
madrazel
Forum Newbie
Posts: 7
Joined: Wed Sep 09, 2009 9:24 am

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

Post 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
User avatar
jayshields
DevNet Resident
Posts: 1912
Joined: Mon Aug 22, 2005 12:11 pm
Location: Leeds/Manchester, England

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

Post by jayshields »

What's wrong with mcrypt()?
Post Reply