Hi,
I try to send encrypted Data to a website (php script) .
Actual I encrypt a string with aeslua and mime.base64. This works fine. With print_r($_POST["data"]) I see that the encoded string arrives the website. But how can I decode the String in php? Base64 is not the problem, how can I decrypt the AES256 in php?
Greetings Bugs