Suggestion for choosing encryption/decryption algorithm for API
I am creating a php API for Android and iOS apps where I want the data to be encrypted during transmission - so that no one can view the data between the connection. But the problem is that I can't get right library for encryption and decrypti
Dec 3, 2015J