marcelxyz / php-XmlDigitalSignature

Library for generating XML digital signatures in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Append signature to file

ronnievisser opened this issue · comments

Does this library includes to append the signature to the original file? Of not, is there an easy way to do this?

A signature is generated and appended to a newly formed, canonicalized XML document. Depending on the type of signature you are after, this may or may not be enough for you. Please provide more information about the signature spec you are after, maybe I can help with the implementation.

As far as being easy - from experience I can say that this usually isn't easy in PHP, but I should be able to guide you in the right direction.

Hi,

Thanks for your response. I have already fixed is so this can be closed.

Regards,

Ronnie


Verzonden via Mailbox

On Wed, Nov 18, 2015 at 6:09 PM, Marcel Tyszkiewicz
notifications@github.com wrote:

A signature is generated and appended to a newly formed, canonicalized XML document. Depending on the type of signature you are after, this may or may not be enough for you. Please provide more information about the signature spec you are after, maybe I can help with the implementation.

As far as being easy - from experience I can say that this usually isn't easy in PHP, but I should be able to guide you in the right direction.

Reply to this email directly or view it on GitHub:
#2 (comment)