DeathStar Posted February 6, 2007 Author Share Posted February 6, 2007 ahh well... but will a password encrypted in md5 at one site be the same as a password encrypted in md5 at another??is all the encryptions the same? Quote Link to comment https://forums.phpfreaks.com/topic/28085-is-there-any-way-to-decrypt-a-password-in-phpmyadmin/page/2/#findComment-178108 Share on other sites More sharing options...
JasonLewis Posted February 6, 2007 Share Posted February 6, 2007 yes. md5 encryption will be the same wherever. it was mentioned above, somewhere. Quote Link to comment https://forums.phpfreaks.com/topic/28085-is-there-any-way-to-decrypt-a-password-in-phpmyadmin/page/2/#findComment-178110 Share on other sites More sharing options...
Azu Posted February 6, 2007 Share Posted February 6, 2007 [quote author=DeathStar link=topic=115877.msg522506#msg522506 date=1170760573]ahh well... but will a password encrypted in md5 at one site be the same as a password encrypted in md5 at another??is all the encryptions the same?[/quote]Only if they don't use a salt (almost all do)Look it's obvious that you want to trick people into registering on your site so that you can try to steal their passwords and use them to access their accounts on other sites. You're not going to be able to do it though so stop asking how. This site isn't for finding ways to crack into people's accounts. Quote Link to comment https://forums.phpfreaks.com/topic/28085-is-there-any-way-to-decrypt-a-password-in-phpmyadmin/page/2/#findComment-178156 Share on other sites More sharing options...
DeathStar Posted February 6, 2007 Author Share Posted February 6, 2007 :o :o :o NOoooo..im NOT trying to do that!just wanted to know because i cant make a script for retriving passwords..and i use email registration!! (some ppl dont get their email...) Quote Link to comment https://forums.phpfreaks.com/topic/28085-is-there-any-way-to-decrypt-a-password-in-phpmyadmin/page/2/#findComment-178191 Share on other sites More sharing options...
Psycho Posted February 6, 2007 Share Posted February 6, 2007 [quote author=DeathStar link=topic=115877.msg522589#msg522589 date=1170769330] :o :o :o NOoooo..im NOT trying to do that!just wanted to know because i cant make a script for retriving passwords..and i use email registration!! (some ppl dont get their email...)[/quote]In any system with "good" security, no one has access to the password, not even the administrator. If you cannot use email to send a new/temporary password to the user when they forget, then you should have them answer a security question or questions (e.g. mother's maiden name, city born in, etc.). then when they forget their password you can have then answer their security question(s). If correct, give then a new/temporary password. Quote Link to comment https://forums.phpfreaks.com/topic/28085-is-there-any-way-to-decrypt-a-password-in-phpmyadmin/page/2/#findComment-178224 Share on other sites More sharing options...
Racc Posted February 7, 2007 Share Posted February 7, 2007 Me and a buddy had a proxy which stored all passwords in a database, i stopped it though. Abit too unethical for me. Quote Link to comment https://forums.phpfreaks.com/topic/28085-is-there-any-way-to-decrypt-a-password-in-phpmyadmin/page/2/#findComment-179019 Share on other sites More sharing options...
Azu Posted February 15, 2007 Share Posted February 15, 2007 [quote author=DeathStar link=topic=115877.msg522589#msg522589 date=1170769330] :o :o :o NOoooo..im NOT trying to do that!just wanted to know because i cant make a script for retriving passwords..and i use email registration!! (some ppl dont get their email...)[/quote]Then just have it make an entry in the database with a variable, and their account name, and send them a link they can click on, and then have them type in their account name, and a new password. Quote Link to comment https://forums.phpfreaks.com/topic/28085-is-there-any-way-to-decrypt-a-password-in-phpmyadmin/page/2/#findComment-185604 Share on other sites More sharing options...
ted_chou12 Posted February 16, 2007 Share Posted February 16, 2007 I think we should lock this thread.. :-\, any admins? Quote Link to comment https://forums.phpfreaks.com/topic/28085-is-there-any-way-to-decrypt-a-password-in-phpmyadmin/page/2/#findComment-186159 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.