How do I get a digital signature from a document using PHP
问题 I am very new to this Digital Signature stuff. What I want to do, is check if a document is digitally signed. If it's signed, then verify the signature. I have searched a lot. I found some helpful topics about verifying the signature (Using openssl), but I was unable to find anything about: Is the document signed or not (I also found some related questions in stackoverflow, but not answered in a desired way) I am not looking for any third party tools. Are there any openssl methods or any