I have a regular request, for example:
http:
I would like these $ _GET parameters to be encrypted with something like (not real, just an example :)):
http:
Of course, I need a built-in key on each side that can decrypt this information. Is there any function that can make this possible? I'm not interested in the client side, since it will be a running application, not a web page or something that would be easy to reconstruct.
Thank!
source
share