Encryption and securization of the members password

Description

  • Resanat

  • 26 July, 2018

I had to advise the client, in order to encrypt all the passwords of his users. He is using a PHP Server Version 4.5, so we could not use the password_hash() or crypt() functions. We thought together on a custom algorithm and salt generation.

Technologies