Hi all,
Does anyone know if you can encrypt an array (like $_POST with the AES algorithm) and decrypt it back to a functional array?
I have a C# application sending a $_POST array to a PHP script which works fine, but I was thinking it'd be simpler code to encrypt the entire array while in transit instead of each key/val.
Kinda like HTTPS but using my own encryption.
Does anyone know if you can encrypt an array (like $_POST with the AES algorithm) and decrypt it back to a functional array?
I have a C# application sending a $_POST array to a PHP script which works fine, but I was thinking it'd be simpler code to encrypt the entire array while in transit instead of each key/val.
Kinda like HTTPS but using my own encryption.
Comment