Category "digital-signature"

Bouncycastle how to envelop the signed digest it in the original document with java?

In connection with this issue: https://github.com/bcgit/bc-java/issues/1021 I am looking for the best method to envelope the signed hash of a document inside th

SignedCms.CheckSignature with SAP certificate is failing

This is a follow-up of this question. I am writing an external server which gets called by a SAP-Server. The SAP-Server signs the URL with a certificate before

Sign PDF with new Belgian id card (eid middleware and itext)

I try to sign some pdf's with a Belgian id card. To acheive that, I'm using the belgium eid middleware to sign the data and itext7 to stamp the pdf with the sig

How long is a document signed with a Digital Signature Certificate valid after the time it is signed?

My understanding is that the digital certificate is valid up to 3 years depending upon what you paid for to the certificate issuing company. So for example, If

add namespace to the SignedInfo node when signing an XML document

I am signing an XML document and everything works correctly, but they are rejecting the document because they tell me that the SignedInfo node does not contain

Why isn't my assembly signed even after I specified it to be in properties

Why isn't my console application assembly digitally signed even after I specified it to be signed in the project properties?

Extract metadata info and Validate digital signature from PDF file using Python

Im trying to validate a PDF which is digitaly signed, and to extract the signers name. Is there any library for doing this job in python? So far I've just come

Digital certificates: What is the difference between encrypting and signing

I am relatively new to PKI, certificates and all related stuff. As far as I understand in public-key cryptography one encrypt with a public key and decrypt wit

Difference result by using sign and verify for signature

I tried to use private key to sign the message digest to generate the signature, and then use public key to verify the signature to get message digest. I want t