Re: [E-devel] [RFC] EET crypto and signature support.

2008-06-26 Thread Cedric BAIL
On Tue, Jun 24, 2008 at 7:27 AM, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: On Tue, 24 Jun 2008 00:48:04 -0400 Simon Horman [EMAIL PROTECTED] babbled: I'm not exactly sure what you are planing to push into and pull out of this API, but it might be more sensible to provide the key

Re: [E-devel] [RFC] EET crypto and signature support.

2008-06-26 Thread Simon Horman
On Tue, Jun 24, 2008 at 03:27:30PM +1000, Carsten Haitzler wrote: On Tue, 24 Jun 2008 00:48:04 -0400 Simon Horman [EMAIL PROTECTED] babbled: I'm not exactly sure what you are planing to push into and pull out of this API, but it might be more sensible to provide the key on open. And then

Re: [E-devel] [RFC] EET crypto and signature support.

2008-06-26 Thread Simon Horman
On Thu, Jun 26, 2008 at 02:22:00PM +0200, Cedric BAIL wrote: On Tue, Jun 24, 2008 at 7:27 AM, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: On Tue, 24 Jun 2008 00:48:04 -0400 Simon Horman [EMAIL PROTECTED] babbled: I'm not exactly sure what you are planing to push into and pull

Re: [E-devel] [RFC] EET crypto and signature support.

2008-06-23 Thread The Rasterman
On Mon, 16 Jun 2008 15:33:23 +0200 Cedric BAIL [EMAIL PROTECTED] babbled: Hi all, I want to add crypto and signature support inside EET. This could help us provide some secure way to store password for example or the possibility to add signature to theme. The first step before doing

Re: [E-devel] [RFC] EET crypto and signature support.

2008-06-23 Thread Simon Horman
On Tue, Jun 24, 2008 at 02:32:22AM +1000, Carsten Haitzler wrote: On Mon, 16 Jun 2008 15:33:23 +0200 Cedric BAIL [EMAIL PROTECTED] babbled: Hi all, I want to add crypto and signature support inside EET. This could help us provide some secure way to store password for example or

Re: [E-devel] [RFC] EET crypto and signature support.

2008-06-23 Thread The Rasterman
On Tue, 24 Jun 2008 00:48:04 -0400 Simon Horman [EMAIL PROTECTED] babbled: I'm not exactly sure what you are planing to push into and pull out of this API, but it might be more sensible to provide the key on open. And then use a scheme like CBC to encode a stream of data until it is done.

Re: [E-devel] [RFC] EET crypto and signature support.

2008-06-17 Thread Michael 'Mickey' Lauer
Am Montag 16 Juni 2008 15:33:23 schrieb Cedric BAIL: Hi all, I want to add crypto and signature support inside EET. This could help us provide some secure way to store password for example or the possibility to add signature to theme. That's an amazing idea. I have a couple of professional

Re: [E-devel] [RFC] EET crypto and signature support.

2008-06-17 Thread The Rasterman
On Wed, 18 Jun 2008 01:21:28 +0200 Michael 'Mickey' Lauer [EMAIL PROTECTED] babbled: Am Montag 16 Juni 2008 15:33:23 schrieb Cedric BAIL: Hi all, I want to add crypto and signature support inside EET. This could help us provide some secure way to store password for example or the

[E-devel] [RFC] EET crypto and signature support.

2008-06-16 Thread Cedric BAIL
Hi all, I want to add crypto and signature support inside EET. This could help us provide some secure way to store password for example or the possibility to add signature to theme. The first step before doing this, is the need to agree what kind of feature we want, what will be the

Re: [E-devel] [RFC] EET crypto and signature support.

2008-06-16 Thread Michael Jennings
On Monday, 16 June 2008, at 15:33:23 (+0200), Cedric BAIL wrote: On this topic, I believe we have two choice, libtomcrypt (http://libtom.org/?page=featuresnewsitems=5whatfile=crypt) and openssl. My opinion on this subject is certainly biased as I already use libtomcrypt, but it's a small,

Re: [E-devel] [RFC] EET crypto and signature support.

2008-06-16 Thread dan sinclair
Michael Jennings wrote: On Monday, 16 June 2008, at 15:33:23 (+0200), Cedric BAIL wrote: On this topic, I believe we have two choice, libtomcrypt (http://libtom.org/?page=featuresnewsitems=5whatfile=crypt) and openssl. My opinion on this subject is certainly biased as I already use