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

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -