Viewing 2 posts - 1 through 2 (of 2 total)
Excellent point Katya.
More info on the can be found at the following link, which correctly cautions against using internal MS functions and shows some of the troubles you can run...
May 20, 2004 at 11:17 am
#507167
Take a look at the PWDENCRYPT and PWDCOMPARE functions in BOL. Stores one way hash using AES standard.
Example:
select PWDENCRYPT('abcdE')
...
May 20, 2004 at 9:52 am
#507154