How to encrypt password in PHP
We will see how to encrypt password in PHP in order to store and exchange information safely. But first, we’ll do a little reminder on symmetric cryptography. Encryption is an operation which is to alter the information to make it unreadable, but reversibly only to a specific person, who is able to decrypt that information by … Read more