Simulating MySql OLD_PASSWORD in .NET or MS SQL ?

Posted by miensol on Stack Overflow See other posts from Stack Overflow or by miensol
Published on 2009-08-07T06:38:10Z Indexed on 2010/04/06 7:03 UTC
Read the original article Hit count: 223

Filed under:
|
|

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 ?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about .NET