I'm trying to implement the username and password field in another form. All I want to do is test to see if the username and password are correct and if so, then continue on with the rest of the funtion. But the password is encrypted in the new version of Snitz. I was wondering where the code to check the password is...can anyone help?
File inc_header.asp, lines# 188-196, has the code that gets the password from the login form, encrypts it, checks its validity (plus username) and then sets cookies.
The password is never decrypted in the code, so if you want to take say a user form input and check the password then you first encrypt the user input and compare it to the DB value.