what type of password hash? possible mysql hash? -
i hosting localhost site , can't find decrypted password anywhere.
the encrypted password => *85a7adb64bfb8faf77d233387448779c66d02a86
i think mysql5 password can't decrypt it. whats decrypted-pass?
you can't decrypt password. mysql passwords encrypted using one-way encryption function.
per manual:
encryption performed password() one-way (not reversible). not same type of encryption used unix passwords; that, use encrypt().
Comments
Post a Comment