Encryption

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • murugavelmsc
    New Member
    • Apr 2008
    • 54

    Encryption

    Hi,
    I have use VB and mysql. In login form, how to compare the password field to mysql database encrypted password field.

    in vb, how to convert the password text to encrypted field

    pls help me.

    bye
    murugavel
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    How the password is encrypted ?

    Comment

    • murugavelmsc
      New Member
      • Apr 2008
      • 54

      #3
      Encryption

      Hi,

      In Mysql, Password field is encrypted.

      For example:
      password: for "textech"
      it shows *&-haOZ (MySQL)

      Thanks,
      Murugavel

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        OPTION 1---encrypt vb input and then compare.

        OPTION 2---decrypt from database and then compare

        all these only if you know how that is encrypted and how to decrypt.

        Comment

        Working...