Re: [nodejs] How to make node.js HMac sha1 with salt work with microsoft sha1?

2012-09-07 Thread JohnLeo Zimmer
CrLf issues sometimes get overlooked. On Mon, Sep 3, 2012 at 3:01 PM, 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? > > -- Job Board: h

Re: [nodejs] How to make node.js HMac sha1 with salt work with microsoft sha1?

2012-09-06 Thread Dominic Tarr
maybe the microsoft version is using a different initialization vector? On Mon, Sep 3, 2012 at 10:01 PM, 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 sq

[nodejs] How to make node.js HMac sha1 with salt work with microsoft sha1?

2012-09-03 Thread kenny
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