Please also look at Apache Shiro, it provides very nice wrappers around JCE and
incorporates crypto best practices.
Regards Malcolm Edgar
Sent from my iPad
On 06/10/2012, at 1:20 AM, Mike Kienenberger wrote:
> I have always done my encryption at the application level.
>
> I think there are a
Thanks for you ideas Mike.
- Naren
> From: mkien...@gmail.com
> Date: Fri, 5 Oct 2012 11:20:05 -0400
> Subject: Re: How to work on encryption/decryption
> To: user@cayenne.apache.org
>
> I have always done my encryption at the application level.
>
> I think there are
I have always done my encryption at the application level.
I think there are a number of reasons why this makes the most sense.
Here are some tips from my past experience:
1) clump multiple kinds of data together, and/or randomly add data.
Encrypting a single field value by itself generally does
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