I'm building a password protected login system for a site, and I have run into two MySQL functions to encrypt the user's password: MD5() and ENCODE().
They both seem to encrypt it, but I want to use whichever one is more secure. Is there a clear winner here, or is it just a preference situation? Thanks!