To sign a xml

Post Reply
Wanderson
Posts: 332
Joined: Thu Nov 17, 2005 9:11 pm

To sign a xml

Post by Wanderson »

Hi,

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

Thanks in advance.
horacio
Posts: 1270
Joined: Wed Jun 21, 2006 12:39 am
Location: Capital Federal Argentina

Re: To sign a xml

Post by horacio »

Using openssl ?

Saludos
wartiaga
Posts: 83
Joined: Wed May 25, 2016 1:04 am

Re: To sign a xml

Post by wartiaga »

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

Saludos
Hi, maybe, any tip? Thanks
User avatar
Eroni
Posts: 71
Joined: Fri Jul 21, 2006 7:15 pm
Location: Criciuma/SC Brazil
Contact:

Re: To sign a xml

Post 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.
FWH 1709 BCC72 MySql MariaDB
Visual Studio 2019 / Xamarin / C#
wartiaga
Posts: 83
Joined: Wed May 25, 2016 1:04 am

Re: To sign a xml

Post 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?
User avatar
Eroni
Posts: 71
Joined: Fri Jul 21, 2006 7:15 pm
Location: Criciuma/SC Brazil
Contact:

Re: To sign a xml

Post by Eroni »

Yes, I can post a small example, but a need to know what king of encryption is necessary.
FWH 1709 BCC72 MySql MariaDB
Visual Studio 2019 / Xamarin / C#
wartiaga
Posts: 83
Joined: Wed May 25, 2016 1:04 am

Re: To sign a xml

Post 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!
toninhofwi
Posts: 161
Joined: Tue Oct 18, 2005 10:01 am

Re: To sign a xml

Post by toninhofwi »

Hi, I use chilkat for that:

https://tools.chilkat.io/xmlDsigGen

Regards,

Toninho.
Post Reply