Error During Deserialing the Decrypted File.

prashanthks

Newcomer
Joined
Mar 31, 2009
Messages
2
Hi,

I am addding say 10 String Values in a list and am serializing it and Saving in a file and then I encrypt the File and Zip it and send it thro mail .

In the Other End I download the attachment , Unzip it , Decrypt the File and When I am Trying to Deserialize it . I am getting the Error . I am able to Deserialize the File .


" I compared the both the serialized ie., Before Encryption and After Encryption . there is a change in teh First Line"

I tried Using both Unicode encoding and UTF8 encoding . Both resulte the same error.


Could Someone help me Sort out this error. and Can we encrypt the serialized data.


Regards,
Prashanth.
 
Back
Top