roScripts forum

Wordpress Script Generator
Easily write your own wordpress plugins!
www.wpsecrets.com

Learn Simple PHP
Learn PHP with these simple videos!
www.simplephp.com

PLR Poster
Post hundreds of articles to your wordpress blog(s) at a time!
www.softwarefactoryinc.com/blog-software


Go Back   roScripts forum > Design & development > Programming > PHP

Reply
 
Thread Tools Display Modes
Old 06-08-2008, 01:46 PM   #1 (permalink)
neshan
Junior Member
 
Join Date: Jun 2008
Posts: 2
Rep Power: 0 neshan is on a distinguished road
Default The login_v12

Hello,


Please i wanna know why i don't get peoples password when they register i got something just like this:*08ef84145b81dcd98554b70c662c41ed* why that? i checked this in Phpmyadmin please give me a script that shows the password,



Thanks a bunch

Last edited by neshan : 06-09-2008 at 01:04 PM.
neshan is offline   Reply With Quote
Sponsored Ads   #1.5
Sponsored posting
 
 
Join Date: The beginning
Posts: lots
Sponsored by...

WM Media - Sell Your Website at above market prices!
Adbot is online  
Old 06-09-2008, 11:10 AM   #2 (permalink)
loqpol
Super Moderator
 
Join Date: Nov 2007
Posts: 133
Rep Power: 2 loqpol is on a distinguished road
Default Re: The login_v12

Passwords are encrypted with md5 before stored in database.
loqpol is offline   Reply With Quote
Old 06-09-2008, 01:06 PM   #3 (permalink)
neshan
Junior Member
 
Join Date: Jun 2008
Posts: 2
Rep Power: 0 neshan is on a distinguished road
Default Re: The login_v12

So it means you can't help me?
neshan is offline   Reply With Quote
Old 06-09-2008, 03:12 PM   #4 (permalink)
roScripts
Administrator
 
roScripts's Avatar
 
Join Date: May 2007
Location: Bucharest
Posts: 649
Rep Power: 10 roScripts is on a distinguished road
Default Re: The login_v12

You will have to look for another script which is stupid enough to store the passwords un-encrypted.
__________________
Give a man a fish and you feed him for a day. Teach him how to fish and you feed him for a lifetime.
roScripts is offline   Reply With Quote
Old 08-19-2008, 01:45 AM   #5 (permalink)
fearless1333
Junior Member
 
Join Date: Aug 2008
Posts: 15
Rep Power: 0 fearless1333 is on a distinguished road
Default Re: The login_v12

The password is encrypted which means its still the same password as registered but in a different language... no not ancient Egyptian but a special computer encrypting language.
__________________
[url=http://istuff.x10hosting.com]
http://istuff.x10hosting.com/iStuff.jpg
fearless1333 is offline   Reply With Quote
Old 08-20-2008, 12:50 PM   #6 (permalink)
Blamo_
Junior Member
 
Join Date: Aug 2008
Posts: 14
Rep Power: 0 Blamo_ is on a distinguished road
Default Re: The login_v12

to stop this from happening look for:
Code:
MD5();
i don't know where in the code it would be because i don't own the script but thats what you need to find. It should be somewhere in the register page.
Blamo_ is offline   Reply With Quote
Old 09-10-2008, 06:49 PM   #7 (permalink)
Blamo_
Junior Member
 
Join Date: Aug 2008
Posts: 14
Rep Power: 0 Blamo_ is on a distinguished road
Default Re: The login_v12

i think this script would be much more secure if the md5 hash was salted correctly
Blamo_ is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Login_v12 portal... narutox PHP 2 12-27-2007 10:32 PM



All times are GMT. The time now is 07:01 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.