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.