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?