SQL Server 2000, yes 2000 password hash

Posted by Justin808 on Stack Overflow See other posts from Stack Overflow or by Justin808
Published on 2010-05-05T02:54:05Z Indexed on 2010/05/05 2:58 UTC
Read the original article Hit count: 432

Filed under:
|
|

I need to store a password has in a SQL server 2000 database. The information isn't critical but I really don't want to store the password in clear text. How can I get a unique hash (sha, sha1, md5, etc) in SQL server 2000 as HashBytes isn't available.

I'm not looking for compiled DLL or the ilk, I dont have access to the server, needs to be pure MS SQL.

© Stack Overflow or respective owner

Related posts about sql-server-2000

Related posts about password