Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Encrypt text

    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...

  • RE: Encrypt text

    Take a look at the PWDENCRYPT and PWDCOMPARE functions in BOL. Stores one way hash using AES standard.

    Example:

    select PWDENCRYPT('abcdE')

    ...

Viewing 2 posts - 1 through 2 (of 2 total)