I found several questions on Stackoverflow regarding javascript encryption, but I couldn't find one for encryption in javascript and decryption in php. What api would be best?
I'm looking to make added security for my web application. I want some variables to be encrypted on the client and then decrypted on the server (with php).
Thank you!