benlucchesi / grails-cookie-session

cookie sessions for grails applications
28 stars 32 forks source link

Adding configuration for crypto key size #36

Closed robzienert closed 10 years ago

robzienert commented 10 years ago

We need to ensure the crypto strength of the key size generated. In our case, we want to ensure we're using AES-256 (Unlimited Strength JCE).

Defaults to the original functionality of using SecureRandom.

benlucchesi commented 10 years ago

Looks good. I'll put together some tests for the new code and roll it out shortly.

thanks,

Ben Lucchesi | Chief Software Architect Granicus, Inc.work: 415.357.3618 x1300 [X]http://www.granicus.com/ Follow Us! Bloghttp://blog.granicus.com/ | Twitterhttp://twitter.com/granicus | Facebookhttp://www.facebook.com/pages/Granicus/134633056573520


From: Rob Zienert [notifications@github.com] Sent: Tuesday, March 18, 2014 12:54 PM To: benlucchesi/grails-cookie-session-v2 Subject: [grails-cookie-session-v2] Adding configuration for crypto key size (#36)

We need to ensure the crypto strength of the key size generated. In our case, we want to ensure we're using AES-256 (Unlimited Strength JCE).

Defaults to the original functionality of using SecureRandom.


You can merge this Pull Request by running

git pull https://github.com/robzienert/grails-cookie-session-v2 feature/key-size

Or view, comment on, or merge it at:

https://github.com/benlucchesi/grails-cookie-session-v2/pull/36

Commit Summary

File Changes

Patch Links:

— Reply to this email directly or view it on GitHubhttps://github.com/benlucchesi/grails-cookie-session-v2/pull/36.

robzienert commented 10 years ago

This request isn't valid anymore.