Re: Oak crypto API

2015-12-14 Thread Timothée Maret
Hi Chetan, 2015-12-10 12:54 GMT+01:00 Chetan Mehrotra : > Hi Timothée, > > On Thu, Dec 10, 2015 at 4:59 PM, Timothée Maret > wrote: > > However, I think that encryption and decryption go in pair (use the same > > algo) and maybe it would be

Re: Oak crypto API

2015-12-10 Thread Chetan Mehrotra
Hi Timothée, On Thu, Dec 10, 2015 at 4:59 PM, Timothée Maret wrote: > However, I think that encryption and decryption go in pair (use the same > algo) and maybe it would be best to reflect it in the API. >From what I understand Its main usecase is to allow components

Re: Oak crypto API

2015-12-10 Thread Timothée Maret
Hi Chetan, Thanks for your reply. 2015-12-09 16:17 GMT+01:00 Chetan Mehrotra : > On Tue, Dec 1, 2015 at 6:21 PM, Timothée Maret > wrote: > > The API would > > > > - Cover encrypting/decrypting data using an instance global master key > > -

Oak crypto API

2015-12-01 Thread Timothée Maret
Hi, Following up on Angela proposition in GRANITE-8506 and also internal discussion threads at Adobe regarding AEM, I would like to discuss a potential crypto api for Oak. The need for such API is primilarly driven by the need to encrypt/decrypt secrets typically stored in OSGI configurations. #