Hi all, I'm looking for someway to encrypt the information I'm sending through HTTPService via POST.
I need this information to be decrypted inside a JSP script at the back-end. So I need a encryption method that has a corresponding decryption method at server-side (Java) I'm not experienced with cryptography. If you already solved some problem like that. Please help. -- André Rodrigues Pena

