Sciweavers

JOT
2006

Encrypting the Java Serialized Object

13 years 4 months ago
Encrypting the Java Serialized Object
The cryptographic classes incorporated into Sun's releases of the Java Virtual Machine are often used in e-commerce and other applications. A mechanism exists for signing a Java Class. However, little notice has been given to the possibility of encrypting the Java object instance itself, either for transmission or to maintain state during storage. In this article, we discuss the applicable techniques and benefits of using DES, TripleDES, Blowfish and AES symmetric secret-key algorithms to encrypt a Java serializeable object using technology available through public means.
Alan Ward
Added 13 Dec 2010
Updated 13 Dec 2010
Type Journal
Year 2006
Where JOT
Authors Alan Ward
Comments (0)