Rewrite ASP.NET MembershipProvider SHA1 hashing algorithm in Node.js
As part of a project I’m working on, I need to support a number of SHA1 hashed & salted passwords created by ASP.NET’s MembershipProvider. I need to rewrite this in Node.js and despite scouring the internet, I’ve been unable to replicate the process.