> http://stackoverflow.com/a/12539088/104223
Okay, I just tested your values and it is the same algorithm. So that link should do the trick. -Leigh Subject: Re: Porting password hash mechanism from C# To: "cf-talk" <[email protected]> Date: Monday, February 4, 2013, 8:59 PM Without testing anything, that sounds like DNN hashing. See if this helps: http://stackoverflow.com/a/12539088/104223 -Leigh Subject: Re: Porting password hash mechanism from C# To: "cf-talk" <[email protected]> Date: Monday, February 4, 2013, 8:55 PM http://pastebin.com/htcPsqpG Cheers Bert On 4 February 2013 14:52, Justin Scott <[email protected]> wrote: > > > p.p.s. here's the (psuedo) C# code that i need to replicate that I've > been > > given, along with the comment "pay specific attention on how the base 64 > > string are directly converted to byte arrays." > > I'd recommend pasting that code into pastebin or other code-sharing > site which can retain formatting and provide for color coding and such > and share the link back here. Unfortunately the sample would require > a lot of reformatting to be useful as-is. > > > -Justin > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354283 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

