Recent content by Silk

  1. Silk

    What is password encryption on xenforo?

    I am not the admin: ')
  2. Silk

    What is password encryption on xenforo?

    We can not reverse the hash?
  3. Silk

    What is password encryption on xenforo?

    Hello everyone. I would like to know what is the encryption / encryption method for the password registered in the table: xf_user_authenticate Because I see it in the core.php but I can not decrypted if (extension_loaded('hash')) { $this->_hashFunc = 'sha256'; }...
Back
Top Bottom