encrypt « serialize « Java I/O Q&A





1. Can serialized data be encrypted??    forums.oracle.com

We can seriailze our objects but unfortunately the name of the class is clearly visible in few starting bytes. So the serialized data can not be said secured and any body can read it. It become wrost if we are serializing java objects like String, Hashtable etc which all the users are familiar with. Does java provide any mechanism which can ...