Page 1 of 1

To sign a xml

Posted: Sun Apr 30, 2017 12:46 pm
by Wanderson
Hi,

How i can sign an xml file with the digital certificate?

Thanks in advance.

Re: To sign a xml

Posted: Mon May 01, 2017 3:47 pm
by horacio
Using openssl ?

Saludos

Re: To sign a xml

Posted: Thu May 27, 2021 6:07 pm
by wartiaga
horacio wrote: Mon May 01, 2017 3:47 pm Using openssl ?

Saludos
Hi, maybe, any tip? Thanks

Re: To sign a xml

Posted: Tue Jun 22, 2021 8:14 pm
by Eroni
It's possible in xHarbour/Harbour, but if it's Sha1 encryption.
Sha256 could only do it in C Sharp, using call to external application.

Re: To sign a xml

Posted: Sun Jun 27, 2021 12:11 pm
by wartiaga
Eroni wrote: Tue Jun 22, 2021 8:14 pm It's possible in xHarbour/Harbour, but if it's Sha1 encryption.
Sha256 could only do it in C Sharp, using call to external application.
Thanks for answer, any example?

Re: To sign a xml

Posted: Thu Jul 01, 2021 9:56 pm
by Eroni
Yes, I can post a small example, but a need to know what king of encryption is necessary.

Re: To sign a xml

Posted: Thu Jul 08, 2021 1:35 am
by wartiaga
Eroni wrote: Thu Jul 01, 2021 9:56 pm Yes, I can post a small example, but a need to know what king of encryption is necessary.
Sha1 please. Thanks!

Re: To sign a xml

Posted: Thu Nov 03, 2022 11:03 pm
by toninhofwi
Hi, I use chilkat for that:

https://tools.chilkat.io/xmlDsigGen

Regards,

Toninho.