Questions tagged [pkcs-7]
1 questions
1
vote
2 answers
How to extract the contents from a .p7m CAdES file?
I've got a .p7m file (identified by the UNIX file command as DER Encoded PKCS#7 Signed Data), and I would like to extract unwrap its contents.
I don't have the signing (public) key, since I don't need to verify its signature: I just need to unwrap…