I think it is called something else these days but, when moving from mac to windows CF is always limited by the cryptography libs installed on the machine. Not sure if that helps (or if you are even trying to debug at this point)
On Fri, Nov 11, 2011 at 10:56 AM, Steve Ross <[email protected]> wrote: > Do you have the JCE installed? > > > On Fri, Nov 11, 2011 at 10:54 AM, Jason Delmore <[email protected]>wrote: > >> Hi Derrick, >> >> It would be a lot easier to debug if you sent a simple use case with the >> expected value and what you are getting. So, take a string "foo" with a >> key of "bar", hash that in PHP. Then do the same in CF. >> >> <cfoutput>#toBase64(hmac_sha256("foo", "bar"))#</cfoutput> <!--- sha 256 >> or whatever you want ---> >> >> If you send the string you are getting from PHP and we can assume that is >> the target, then we can just work on this bit of code until it gets the >> same string. >> Jason >> > > > > -- > Steve Ross > web application & interface developer > http://blog.stevensross.com > [mobile] (912) 344-8113 > [ AIM / Yahoo! : zeriumsteven ] [googleTalk : nowhiding ] > -- Steve Ross web application & interface developer http://blog.stevensross.com [mobile] (912) 344-8113 [ AIM / Yahoo! : zeriumsteven ] [googleTalk : nowhiding ]
