Jump to the post that solved this thread.
Solved: 12 Years, 6 Months ago Password Encryption?
#1
Solved: 12 Years, 6 Months ago
Hi.

As per my thread in the Chit-Chat area, I am working on a script that bridges all of my forums. I have a very simple, general, question. What is the method for encrypting the password? I tried just using md5(password) and it gave me something totally different than what's in the db. Because, what I want to be able to do is let the user enter their credentials, then it will check them against the database. It would be very helpful if it worked Toungue

Thanks!
[Image: logo.png] - VPS starting at $15/month!
#2
Solved: 12 Years, 6 Months ago
It md5's it with a salt. Look in member.php and inc/functions_user.php for info.
Thanks, Polarbear541
#3
Solved: 12 Years, 6 Months ago
$stored_pass = md5(md5($salt).md5($plain_pass));
MyReactions - All Plugins

Can you still feel the butterflies?

Free never tasted like pudding.
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)