Hi all,
I have a java JSP Dyn Page application in our SAP portal that I use to present links to other web sites to our users. I have a business requirement to add a new link that requires encrypted authentication information to be posted to it. Specifically, the information that I am to post to it needs to be encrypted with triple DES encryption.
In other words, I need to post a username and password to this new link whenever the user clicks on it. The username and password need to be triple DES encrypted when they get posted.
What do I need to do to be able to use this type of encryption in my application? I read something about the SAP Java Cryptographic toolkit, and I was thinking that this might be part of what I need to do.
Thanks!
-Stephen Spalding