RE: How to hash password correctly in PHP? 08-25-2017, 10:07 PM
#12
(08-25-2017, 10:00 PM)Jakub Wrote:(08-25-2017, 09:53 PM)Sikom Wrote:(08-25-2017, 09:51 PM)Jakub Wrote: Im hashing passwords on my websites/scripts using double md5 + salt and i personally prefer this way.
md5 is not really secure though is it?
i'm working with it for 1 year now and for now it's okay. But i have my own "hash" function so if double md5 with salt fails i will switch to my hash function
What do you mean by your own "hash" function? I think MD5 is considered unsecure, and I don't think you should use it.