RE: How to work on encryption/decryption

2012-10-11 Thread Kadali Narendra
ptDataBlock(encryptedData2, 0); > ArrayAssert.assertEquals(value1, value1D); > > char[] value2D = instance.decryptDataBlock(encryptedData2, 1); > ArrayAssert.assertEquals(value2, value2D); > > char[] value3D = instance.decryptDataBlock(encryptedData2,

How to work on encryption/decryption

2012-10-05 Thread kadali narendra
Hi All, I would like to know is there any way Cayenne supports MySQL DB encryption/decryption seamlessly. Or else is there any third party libraries like Jasypt is available, which we can use for encryption purpose. I know Jasypt can be integrated with Hibernate for encrypting/decrypting the