RE: How to hash password correctly in PHP? 12-17-2017, 09:23 PM
#28
It's useful to read this thread to help you learn about Timing Attacks so you don't get hacked due to a timing attack.
I would use bcrypt as it cannot be brute forced, broken with password dictionaries, or broken with rainbow tables.
I would use bcrypt as it cannot be brute forced, broken with password dictionaries, or broken with rainbow tables.
(This post was last modified: 12-17-2017, 09:23 PM by innocent21.)