Don't know if you'll find this helpful at all but I was having the same problems. I'm using JSON.net in my C# client and found that the ToString() method was returning a formatted JSON string that is different from what JSON.stringify returns. I changed the resulting C# string to match exactly what JSON.stringify does and now HMAC+SHA1 works great between the two.
On Monday, September 3, 2012 2:01:02 PM UTC-6, kenny wrote: > > Hi All, > > I have to work with microsoft database and using node.js, but I cannot > make the hash value of the generated node.js to be the same as the one in > the microsoft sql database? > > Is there anyways to do it? > > Also is there any library that can generate the same hash value? > > My company want to have the main website using microsoft C# and using > node.js as the server side for mobile app? > > thank you all > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
