Retrieving Password
-
Celebri-Net
- Regular
- Posts: 17
- Joined: Tue Oct 03, 2006 7:43 pm
- Contact:
Retrieving Password
Is there any way to get your previous mySQL PW from a backup?
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Retrieving Password
Hi!
No, you can only set a new password using phpMyAdmin or other MySQL tools.
Passwords are stored as md5 hashes, there is no real way to retrieve them (unless using brute force or rainbow tables).
Best regards,
Garvin
No, you can only set a new password using phpMyAdmin or other MySQL tools.
Passwords are stored as md5 hashes, there is no real way to retrieve them (unless using brute force or rainbow tables).
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
Celebri-Net
- Regular
- Posts: 17
- Joined: Tue Oct 03, 2006 7:43 pm
- Contact:
