base64 encoding issues. very urgent.

All,

I implemented a small application that encrypts two pieces of information using DESede/CBC/PKCS5Padding.

Just before I send the encrypted data over the internet via a form post, I beas64 encode the encrypted data (which is in byte[]).

The client (implements decryption using .net) receives the info and when he tries to use the form post info, he see that my payload has %xx characters where ever there is a "/", "=" and "+". This is throwing major hammers in the works.

Is there any way to prevent the conversion of "/", "+", "=" to %xx characters from happening.

[600 byte] By [kiran_pothakamurya] at [2007-10-3 9:38:07]
# 1
This only happens in a URL. The client needs to apply the URL decoding rules. How you do that in .NET is a question for a .NET forum.
ejpa at 2007-7-15 4:53:52 > top of Java-index,Security,Cryptography...