PHP – Secure Data Transmission with AES-256-CBC in PHP (OpenSSL AES Encryption)
This is currently setup as a three file setup, I can not remember where I originally found the code so I can not take full credit for this post. I use the code below to send a username and date\time to another page. If the date\time is within 2 minutes display decrypted information, but if…