End-to-End Hash Logon


This code is is a sample application demonstrating an End-to-End has logon process where the user's password is hashed using MD5 and compared to the stored MD5 hash of the password in the SQL database. The Hash is protected while travelling over the network by using RSA Public Key crypto between the client and the SQL Server (while changing the password) and between the DLL and the SQL database (while verifying the password).
Download End-to-End Hash Logon

No comments:

Post a Comment