How extract XML from P7M
How extract XML from P7M
Hi,
is there something to extract XML files from P7M file ?
Tks
Romeo
is there something to extract XML files from P7M file ?
Tks
Romeo
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: How extract XML from P7M
I missing to say: "For free" !
I am searching some sample with FWH o same PHP to run...
tks
R
I am searching some sample with FWH o same PHP to run...
tks
R
Re: How extract XML from P7M
Hello
you must use the OPENSSL command
below an example:
// ---------------------------------------------------//
nFIN:="file.xml.p7m"
nFOUT:="file.xml"
nCMD:="openssl smime -verify -noverify -in "+nFIN+" -inform DER -out "+nFOUT
WaitRun(nCMD,0) // 0 = esegue la finestra in HIDE
// ---------------------------------------------------//
Regards
Santo Venezia - Italy
you must use the OPENSSL command
below an example:
// ---------------------------------------------------//
nFIN:="file.xml.p7m"
nFOUT:="file.xml"
nCMD:="openssl smime -verify -noverify -in "+nFIN+" -inform DER -out "+nFOUT
WaitRun(nCMD,0) // 0 = esegue la finestra in HIDE
// ---------------------------------------------------//
Regards
Santo Venezia - Italy
Re: How extract XML from P7M
i will try
tks many
tks many
Re: How extract XML from P7M
Great !
it works !
tks
it works !
tks
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: How extract XML from P7M
I get this:
What am I missing?
EMG
Code: Select all
Error reading S/MIME message
7344:error:0D0680A8:asn1 encoding routines:asn1_check_tlen:wrong tag:crypto\asn1\tasn_dec.c:1130:
7344:error:0D07803A:asn1 encoding routines:asn1_item_embed_d2i:nested asn1 error:crypto\asn1\tasn_dec.c:290:Type=PKCS7
EMG
Re: How extract XML from P7M
Ciao Enrico,
did you use openssl.exe ?
If yes, send me a P7M file, i will try it !
romeo1960@gmail.com
ciao
did you use openssl.exe ?
If yes, send me a P7M file, i will try it !
romeo1960@gmail.com
ciao
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: How extract XML from P7M
Yes.Romeo wrote:did you use openssl.exe ?
That file is not mine, so I can't send it to you, sorry.Romeo wrote:If yes, send me a P7M file, i will try it !
EMG
Re: How extract XML from P7M
No problem !
Ciao
Ciao