Encrypt a string with Java for decryption using PHP
I am writing a program using Java 1.6 that should generate a message of the format: "Your invoice #123 for 100.00 is at https://my.site.com/documents/invoice?p=xxxxxxxxxxx" with xxxxx containing an encrypted JSON string. The website at my.site.com runs PHP. It would open…