Simulating MySql OLD_PASSWORD in .NET or MS SQL ?
- by miensol
I have started a new project in .NET which uses some old system's datababase in MySql. The data stored in mysql is periodicaly transfered to MS Sql on which our system works.
I need to authenticate users with their login and password. User's passwords are stored as hash generated by OLD_PASSWORD function from mysql.
Is there any way to generate such hash using Ms Sql or .NET ?