PHP Classes

Password hashing

Recommend this page to a friend!

      Professional Login System  >  All threads  >  Password hashing  >  (Un) Subscribe thread alerts  
Subject:Password hashing
Summary:Try using PHP's built-in password functions
Messages:1
Author:Rick Hambrook
Date:2015-09-13 22:24:09
 

  1. Password hashing   Reply   Report abuse  
Picture of Rick Hambrook Rick Hambrook - 2015-09-13 22:24:09
The SHA hashing functions are fast and therefore relatively easy to brute force. Consider upgrading it to PHP's proper password hashing/verification functions.

Link: http://php.net/manual/en/ref.password.php