Hi,We have an Integration domino web application with Websphere. We are using the lotus notes version 6.5.1 and it support java 1.3.1.
Since it is integration project, we are passing data from lotus notes to websphere. While passing the data we are using the POST method and an data encryption algorithm to encrypt the data. By clicking on the link to websphere, our domino java agent encrypt the data that needs to be transfered and passing it to websphere. In the websphere side, the same algorithm (java code) is used to decrypt the data.
Problem :- We came to know that the algorithm which we are using is very weak and very easy to hack.
So can any one provide me with the code which would help me in solving this problem.
The java code shld be compatible with java 1.3.1 as domino supports only this version.