I need to hide some text from the user. The text is passed to a java applet in <PARAM>.
Please help me to figure out a way that I could hide/encode/crypt text in PHP so that it could still be read and decoded in Java.
Thanks!
is it sensitive information, or do you just want to be able to pass data back and forth?
I used a base64_encode class in Java to decode info from my php script. But are there any other ways? It is sensitive but not crucial.