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.




Reply via email to