Link to home
Start Free TrialLog in
Avatar of expertsoul
expertsoulFlag for United States of America

asked on

AES/Rjindael Encryption

Hi Experts,

I am a C# developer working on Rjindael Encryption. My client is working on Java Platform. We provide many links to our client site from our application.

I need to encrypt any querystring to attached to any client URL on our application. We are using Rjindael (AES) Encryption as described in below link to encrypt our querystring. I need an equivalent application/Source code in java for our client to decrypt the querystring to plain Text. (Any sample application(with/without source) will do the job. Just need to make sure that there is an equivalent version in JAVA for given algorithm.

URL : http://www.gego.info/index.php/2006/02/02/c-net-rijndaelaes-symetric-encryption-and-decryption/

Let me know if any more information is required on this.

Thanks.
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Why don't you just use SSL?
Avatar of expertsoul

ASKER

We are using SSL on our site but all the client's websites may not have SSL. So we want to make sure that any information going through URL is secured.
SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks!!
:-)