Has anyone put any thought into the method they would use to integrate a .Net site with Snitz. I have started building a site in .Net; as I consider the different ways to best integrtae the two I have thought up so solutions, but none that I'm happy with.
The idea would be to have the snitz integrated into existing (or will be existing) architecture. Share logins (cookie,sessions) and members table.
Along these lines: What I'm looking for is the salt used with the SHA256 hash of the user passwords. (It's all in inc_sha256.asp) I can't read VBScript very well, so looking at the implementation of it didn't help me.
I've got some C# code (it's incredibly easy in C#) that will do SHA256 hashing, but without the salt I won't (and don't) get the same hash.
The idea is to be able to accept a user name and password in other applications (including web pages) and verify their credentials via the forum tables.