Recent

Author Topic: Xml sign  (Read 5400 times)

andresayang

  • Full Member
  • ***
  • Posts: 108
Xml sign
« on: December 12, 2017, 10:53:03 am »
Hello all,

I'm desesperatly looking for an pascal implementation of XML Signature.
Does anyone know any lazarus / delphi free component for this ?

Well, I'm looking for a free component because it is not for developping any company or comercial software but only for my personnal use.

Thanks

Andre
Linux, Debian 12
Lazarus: always latest release

bylaardt

  • Sr. Member
  • ****
  • Posts: 309
Re: Xml sign
« Reply #1 on: December 12, 2017, 12:52:13 pm »
TDFeSSL
component from ACBr project:
https://www.projetoacbr.com.br/

andresayang

  • Full Member
  • ***
  • Posts: 108
Re: Xml sign
« Reply #2 on: December 12, 2017, 02:38:44 pm »
Oh ... Thanks a lot, I'll have a look.

Yep, forget to precise: for linux platform, unfortunately it seems this one works on win.

Cheers
« Last Edit: December 12, 2017, 03:14:53 pm by andresayang »
Linux, Debian 12
Lazarus: always latest release

Ramona G. Smith

  • Newbie
  • Posts: 5
Re: Xml sign
« Reply #3 on: December 13, 2017, 12:56:49 am »
TDFeSSL
component from ACBr project:
https://www.projetoacbr.com.br/

Thanks a lot bylaardt. This is very useful!

Remy Lebeau

  • Hero Member
  • *****
  • Posts: 1311
    • Lebeau Software
Re: Xml sign
« Reply #4 on: December 13, 2017, 04:06:20 am »
I'm desesperatly looking for an pascal implementation of XML Signature.

libxml2 supports XML Signature via XMLSec.  There is a Pascal binding available for libxml2.
Remy Lebeau
Lebeau Software - Owner, Developer
Internet Direct (Indy) - Admin, Developer (Support forum)

andresayang

  • Full Member
  • ***
  • Posts: 108
Re: Xml sign
« Reply #5 on: December 13, 2017, 07:47:29 am »
I'm desesperatly looking for an pascal implementation of XML Signature.

libxml2 supports XML Signature via XMLSec.  There is a Pascal binding available for libxml2.

Thanks, I'll have a try ... I was more looking for a full pascal implementation of this, like secureblackbox does (unfortunately this one is $$.
Linux, Debian 12
Lazarus: always latest release

nummer8

  • Full Member
  • ***
  • Posts: 106
Re: Xml sign
« Reply #6 on: December 13, 2017, 08:44:40 am »
For Delphi I use the following xml component.

http://www.destructor.de/xmlparser/doc/xmlscanner.htm

I don't know if it has the functionality you need but it is with source-code.

Jos

Thaddy

  • Hero Member
  • *****
  • Posts: 14157
  • Probably until I exterminate Putin.
Re: Xml sign
« Reply #7 on: December 13, 2017, 10:21:26 am »
fcl-xml is a lot better, Jos.
Maybe we can add the functionality there, maybe as typehelper in a separate unit to keep the original code w/o unnecessary dependencies.
Specialize a type, not a var.

 

TinyPortal © 2005-2018