phpBB3 user authentication with ColdFusion

Posted on February 29th, 2008 by Shan

I needed to quickly authenticate some phpBB3 users in a Flex application, and figured that it’d be no problem. Boy, was I wrong. phpBB does some neat dynamic password hashing trick that, to someone with no php experience like myself, looked to be too complex to emulate in CF.
After some searching, I found this post [...]