I'm looking for an asynchronous crypt algorithm to digitally sign a string with php and verify the signature by using a mobile app (mostly ios or android).
What could be the most simple and effective way to do so? Can I trust RSA or it is slow and difficoult to implement in both sides (mobile and php server side)? In case RSA is good enough, can you suggest me a good implementation?