Re: Im looking for a good php encoder/encrypter
There are a number of free solutions. If the Mcrypt module is installed, then you're ready to rock (see the PHP manual for details). If Pear is a possibility (not always under your control) then look at Crypt_Blowfish. If you're stuck with "pure" PHP, then take a look at this Blowfish implementation.
“Beware of bugs in the above code; I have only proved it correct, not tried it.” --Donald Knuth
"It was as if its architects were given a perfectly good hammer and gleefully replied, 'neat! With this hammer, we can build a tool that can pound in nails.'" -- Alex Papadimoulis (on TheDailyWTF.com)