Re: crypto toolkit

2003-03-25 Thread Mathias Brossard
boutteau wrote:
Julien Pierre [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]...

boutteau wrote:

I am loocking for a tool kit to do file signature:
 1) select a file
 2) select a certificate
 3) sign the selected file with the certificate 
 4) create .zip with 2 files :
   - selected_file.ext
   - selected_file.ext.sig

Second tool is to verify than a file and signature are matching (with
OCSP to verify the revocation of the certificate). Result : Y or N
with any information on the certificate which was used to sign.
Third tool : same than one but for cripting
Forth tool : a tool to decript if I have the right key to do it
Can we imagine those tools in Mozilla for any future and when?
Please take a look at NSS 
athttp://www.mozilla.org/projects/security/pki/nss/  . It is the 
open-source security library that is at the heart of the mozilla 
browser. It contains many tools that will do what you need. cmsutil and 
signtool are the tools you want to look at for signing and encrypting.


Is there any integrator in France (or Europe) to do this kind of work?


Sébastien Abdi ([EMAIL PROTECTED]) tried to send the folowing 
mail but it was rejected because his address wasn't white-listed. Maybe 
mine is :P...


Of course there is !
We work on this for our customers signature problems which are not so
far from yours, afaik ;-))
Bye,

--
Sébastien Abdi  IDEALX S.A.S.
Security Department Manager http://www.IDEALX.com/

Sincerely,

--
Mathias



Re: crypto toolkit

2003-02-11 Thread boutteau
Julien Pierre [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]...
 boutteau wrote:
  I am loocking for a tool kit to do file signature:
1) select a file
2) select a certificate
3) sign the selected file with the certificate 
4) create .zip with 2 files :
  - selected_file.ext
  - selected_file.ext.sig
  
  Second tool is to verify than a file and signature are matching (with
  OCSP to verify the revocation of the certificate). Result : Y or N
  with any information on the certificate which was used to sign.
  
  Third tool : same than one but for cripting
  Forth tool : a tool to decript if I have the right key to do it
  
  Can we imagine those tools in Mozilla for any future and when?
 
 Please take a look at NSS 
 athttp://www.mozilla.org/projects/security/pki/nss/  . It is the 
 open-source security library that is at the heart of the mozilla 
 browser. It contains many tools that will do what you need. cmsutil and 
 signtool are the tools you want to look at for signing and encrypting.

Is there any integrator in France (or Europe) to do this kind of work?




Re: crypto toolkit

2003-02-10 Thread Julien Pierre
boutteau wrote:

I am loocking for a tool kit to do file signature:
  1) select a file
  2) select a certificate
  3) sign the selected file with the certificate 
  4) create .zip with 2 files :
- selected_file.ext
- selected_file.ext.sig

Second tool is to verify than a file and signature are matching (with
OCSP to verify the revocation of the certificate). Result : Y or N
with any information on the certificate which was used to sign.

Third tool : same than one but for cripting
Forth tool : a tool to decript if I have the right key to do it

Can we imagine those tools in Mozilla for any future and when?

Please take a look at NSS 
athttp://www.mozilla.org/projects/security/pki/nss/  . It is the 
open-source security library that is at the heart of the mozilla 
browser. It contains many tools that will do what you need. cmsutil and 
signtool are the tools you want to look at for signing and encrypting.




crypto toolkit

2003-02-09 Thread boutteau
I am loocking for a tool kit to do file signature:
  1) select a file
  2) select a certificate
  3) sign the selected file with the certificate 
  4) create .zip with 2 files :
- selected_file.ext
- selected_file.ext.sig

Second tool is to verify than a file and signature are matching (with
OCSP to verify the revocation of the certificate). Result : Y or N
with any information on the certificate which was used to sign.

Third tool : same than one but for cripting
Forth tool : a tool to decript if I have the right key to do it

Can we imagine those tools in Mozilla for any future and when?