On my website I have a webservice in PHP that returns a JSON string. I want to Encrypt this string and then Decrypt it in Xamarin PCL (can be done with PCLCrypto). I have search on internet but i can't find anything. It must be done with the Xamarin Portable.
Please Help me!