Skip to content
Advertisement

Tag: signing

How can I get PHP to sign an input exactly the same as C#?

I’m working with an older API that requires XMLs to be signed. There is no proper documentation and the only code example was given in C#. I need to port this example to PHP. However, the code I’ve written in PHP gets a different output even when provided with the same input, causing the API call to fail. I’ve narrowed

Advertisement