what is the fastest two way encoding algorithm in pure PHP ?
Moderator: General Moderators
what is the fastest two way encoding algorithm in pure PHP ?
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
- 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 ?
What's wrong with mcrypt()?