Questions tagged [p7m]
3 questions
0
votes
1 answer
How to extract all files from a p7m file
I have a bunch of p7m files (used to digitally sign some files, usually pdf files) and I would like some help to find a way to extract the content. I know how to iterate a process over the files in a folder using Python, I need help just with the…

Vastem
- 11
- 1
- 1
- 6
0
votes
0 answers
Is there a way to extract the timestamp from a .p7m signature? (P7M with timestamp on signature -> .TSD / .M7M)
How you can see from the below image from Gosign interface, somehow we made the timestamp on the signature rather than the file itself, therefore we cannot proceed with the requested task.
Is there any way you can think of in order to extract this…

Alessandro
- 33
- 5
0
votes
1 answer
PHP: how to extract wrapped content of a .p7m file?
We receive a lot of p7m files, "wrapped Cades" only.
We need to extract content from p7m.
I am able to do manually using an hex editor, cutting before and after the PDF content, or using openssl command.
Is there a way to do it using php ? I can see…

realtebo
- 23,922
- 37
- 112
- 189