ptDataBlock(encryptedData2, 0);
> ArrayAssert.assertEquals(value1, value1D);
>
> char[] value2D = instance.decryptDataBlock(encryptedData2, 1);
> ArrayAssert.assertEquals(value2, value2D);
>
> char[] value3D = instance.decryptDataBlock(encryptedData2,
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