Welcome Guest, Not a member yet? Register   Sign In
what is the industry standard when it comes to storing passwords?
#2

[eluser]dik_[/eluser]
Not sure about industry standards, but I think that md5-ing the password string, with a pinch of salt, should be OK.

For example, I know for a fact that IPB uses the following formula:

Code:
md5( md5($pass_salt) . md5($password) )

Hope that helps...


Messages In This Thread
what is the industry standard when it comes to storing passwords? - by El Forum - 10-14-2007, 02:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB