Hi Alberto,
so many questions
>> I have a php page that I use as a http server, it returns a plain xml
So this is a PHP page running under the NetTalk server? Or running under another server?
>> I need to crypt this xml,
You need to encrypt it on the server, before sending it to the client?
the client will need to decrypt it? Using Clarion code? Using some other code?
>> I need to encrypt this xml in PHP.
Ok, so on the server side you want to encrypt the XML before sending it to the client? (why? it's already encrypted over the TLS connection...?) Presumably you have a variety of PHP options you can use for this...
>> read the crypt xml with NT,
So with the Webclient - presumably you'll make a simple GET request to the server, over TLS? Presumably you will authenticate the client with the server? (so I'm not sure what encrypting the XML will achieve?)
>> Any idea of what crypt function may be compatible with Cryptonite?
(StringTheory does not do encryption, so that's not part of this discussion.)
I'm no expert on PHP (I can barely spell PHP) but I'm guessing "pretty much everything" would be compatible, especially if you read this;
https://www.capesoft.com/docs/CryptoNite/CryptoNite.htm#InteroperabilityCheers
Bruce