Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Missing One Useful Feature

forums forums SQLyog SQLyog Comments Missing One Useful Feature

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #22893
      peterlaursen
      Participant

      The GUI does not provide hashing or encryption options. You can copy the INSERT or UPDATE from history and edit the statement using the md5() function and execute again (it will only work with string types however).

      BTW: I am a little surprised that you talk about MD5 and not SHA1. You cannot 'reverse engineer' a MD5 hash, but a SHA1 encryption you can.

    • #22894
      maraja
      Member

      update `g_ads` set `ads_skin`=md5('phpCAMALEO') where `RRN`='15'

      yeeee! sometimes things are so obvious I do not even consider 😛

      I am using md5 to save passwords.

      thank you for you clue!

Viewing 1 reply thread
  • You must be logged in to reply to this topic.