Hi,
I'm trying to implement a single-sign-on link from application written in JAVA, to another web app written in PHP.
I'd like a way to encrypt the username in .JSP and then decrypt in PHP.
I need to find functions matching functions that will allow this.