Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How can i decrypt a string from a URL?

843811Jun 25 2008 — edited Jul 18 2008
Hi All,

This is my first experiance with encryption and decryption mechanism.

I am actully getting a encrypted URL , they mentioned that "This service will use a private key - private key mechanism for encryption of the URL parameters. and while setup process we need to exchange private key. That key is 3des encryption key.

The parameter in URL is base-64 encoded string using 3des encryption.

URL looks like below: https://www.medremit.com/autosignon.do?CID=clientId&SA={Encrypted Base 64 encoded parameter string}

I need to decrypt that Encrypted Base 64 encoded parameter string to normal string to use that in my further code....

How can i decrypt that URL parameter in my java code ?

Please help to solve this problem....Give me some suggestions and guidence to start this.....

Thanks in advance
koti

Edited by: bajjurireddy on Jun 25, 2008 5:51 PM

Edited by: bajjurireddy on Jun 26, 2008 9:13 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 27 2008
Added on Jun 25 2008
7 comments
727 views