Posted By:
Balasubramanian_Mangalaganesh
Posted On:
Tuesday, June 25, 2002 10:13 PM
Hi I want the data that is serialized to a file to be encrypted. I don't want to use JCE or anything of its like but to use something very primitive like the BASE64 Encoder.
I should be able to decode it back to an object.
Right now i am using the ObjectINputStream and ObjectOutputStream to read and write Objects. I want to be able to use this encryption before the write and before the reads here.
Appreciate help from the experts out there.
Regards,
Manglu