Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does serialization support encryption?

0
Posted

Does serialization support encryption?

0

Location: http://www.jguru.com/faq/view.jsp?EID=44567 Created: May 4, 2000 Modified: 2000-05-04 08:37:06.035 Author: Tim Rohaly (http://www.jguru.com/guru/viewbio.jsp?EID=10) Not directly. I/O in Java is performed through streams, and encryption is typically implemented as an algorithm operating on a stream – the input to the stream is clear text, the output is encrypted. Serialization is stream-oriented, so any encryption that can be performed on any stream can also be applied to serialized objects.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123