How to sign a microsoft office or openOffice certificate with a p12 or pfx certificate

56 views Asked by At

I want to be able to sign a Microsoft office or OpenOfiice document with with a digital certificate without using the Gui softwares.

I already signed PDF and XML (with xml-dsig). Some people say I can sign an office document using the xml-dsig method. But I saved a Microsoft word .docx file and the content of the file is binary, not XML.

I want to sign the office documents to behave exactly as the signed PDF do. After signing the document, The Microsoft office or the OpenOffice software can read the certificate and validate that the document is signed by a certificate.

I want to be able to do that in Php, Python, Java or ASP.net core.

0

There are 0 answers