Password encryption in PHP MySQL?

Nithya

New member
Its very urgent...

Anybody knows in which format they have stored the password in MySQL DB?

the encrypted password is '7JHe7Oo335uQ4JqjxIWyxw=='


Thanks in advance...
Thanks for ur reply balki.

but, the default password is 'password'

if i tried to select like this

select md5('password')

it should return '7JHe7Oo335uQ4JqjxIWyxw=='

But am not getting the value at all..
=============================

The actual password is 'password'. I want to know in which format they have stored.

=============================
sorry elven_rangers..

But its not in password() format
 
Back
Top