Recent content by SClark

  1. S

    Authenticate

    Thanks for the help. Looks easy once I went in depth a bit more than before. Actually got a grasp on what it should look like.
  2. S

    Authenticate

    Lua does have a serialize'r in a sense. At least for garry's mod. It called glon. What I'm really after is, is it inserted as a string? It says in binary in phpmyadmin.
  3. S

    Authenticate

    When passwords, salt, and all that non sense are stored into xf_user_authenticate are they sent as a string or something else. From what I've gather it's binary but a closer look when I use SELECT it's in a table format serialized. I guess my question how do you serialize it. If you remotely...
  4. S

    Password formula

    Should would it be? sha256(md5(password) . salt)
  5. S

    Password formula

    Thanks, Let you know if I have any trouble.
  6. S

    Password formula

    How does XenForo hash passwords. sha1(username) . sh512(password) I'm wanting to update the following, an include xenforo in the mix.
Top Bottom