Re: [OT] Shiro

2012-10-16 Thread Andrus Adamchik
On Oct 16, 2012, at 4:07 PM, Juan José Gil wrote: > I would be glad to see that happen! :) Here it goes: 1. We start modeling a session as a DB table that stores a bunch of common session attributes in columns, and all the custom attributes in a BLOB. E.g.: CREATE TABLE `db_session` ( `uuid

Re: [OT] Shiro

2012-10-16 Thread Juan José Gil
I would be glad to see that happen! :) 2012/10/16 Andrus Adamchik > On Oct 16, 2012, at 12:49 PM, Malcolm Edgar > wrote: > > > Please also look at Apache Shiro, it provides very nice wrappers around > JCE and incorporates crypto best practices. > > > > Regards Malcolm Edgar > > > > Sent from m

[OT] Shiro

2012-10-16 Thread Andrus Adamchik
On Oct 16, 2012, at 12:49 PM, Malcolm Edgar wrote: > 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 Talking of Shiro, not so long ago our company implemented CayenneSessionDA

Re: How to work on encryption/decryption

2012-10-16 Thread Malcolm Edgar
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