ashstampede
Programmer
in mysql you can go simply md5('stuff') or sha1('stuff') for those types of encryption. does ms sql have a function like those in mysql? I heard of the undocument pwdencrypt and pwdcompare, i've tried using that but can't get the pwdcompare to work. Any suggestion on how i can encrypt data in a feild?