Encryption using PHP and OpenSSL
In this post we will see how to encrypt and decrypt data using PHP OpenSSL. We will be using asymmetric (public/private key) encryption. In this encryption a user generates a pair of public / private keys and gives the public key to anyone who wants to send the data. The sender of the data will […]
Encryption using PHP and OpenSSL Read More »