Results 1 to 3 of 3

Thread: Unencryption for field........

  1. #1
    Ron Guest

    Unencryption for field........

    This is a shot in the dark, but I guess I just need confirmation. I discovered a little-known function to encrypt a password field in SQL Server 6.5. (pwdencrypt). Is there a way to retrieve the uncripted value of the field at all? Please let me know

  2. #2
    Adrian Sims Guest

    Unencryption for field........ (reply)

    I don't know of one, and to be honest there should not be one either.

    Passwords should be secure and kept that way


    ------------
    Ron at 3/24/00 9:37:38 AM

    This is a shot in the dark, but I guess I just need confirmation. I discovered a little-known function to encrypt a password field in SQL Server 6.5. (pwdencrypt). Is there a way to retrieve the uncripted value of the field at all? Please let me know

  3. #3
    Deepak Guest

    Unencryption for field........ (reply)

    Use Pwdcompare to compare your string against an encrypted password.
    D.


    ------------
    Adrian Sims at 3/24/00 11:41:45 AM

    I don't know of one, and to be honest there should not be one either.

    Passwords should be secure and kept that way


    ------------
    Ron at 3/24/00 9:37:38 AM

    This is a shot in the dark, but I guess I just need confirmation. I discovered a little-known function to encrypt a password field in SQL Server 6.5. (pwdencrypt). Is there a way to retrieve the uncripted value of the field at all? Please let me know

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •