karthikanov24 Posted October 13, 2009 Report Share Posted October 13, 2009 hiWhy the PASSWORD() function should not be used in our own applications?How does the breaking of application takes place when it is used...?thankskarthikanov24 Link to comment Share on other sites More sharing options...
Synook Posted October 13, 2009 Report Share Posted October 13, 2009 I don't see anything wrong with it, besides the fact they changed the hash algorithm recently. That would have broken applications with databases that used the old PASSWORD() hashes, so I suppose it is more reliable to choose your own hash algorithm, be it MD5, SHA1 or another.Where did you hear it was not a good thing to use? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now