Closed PragmaticWays closed 8 years ago
Current encryption use md5 - this is an outdated encryption method that is no longer as secure as other methods.
Need to look into more up to date methods for encrypting passwords, including salting and hashing techniques.
Updated using password_hash() & password_verify()
Current encryption use md5 - this is an outdated encryption method that is no longer as secure as other methods.
Need to look into more up to date methods for encrypting passwords, including salting and hashing techniques.