I am using PHP WebService to send my data to server. Somehow my data is too much important and for the same I have to use some encryption algorithm to send my data to webservice. And then webservice has to decrypt that data and further proceed. Same way, when WebService sends a response, response should be encrypted and from client side it would be decypted.
Can anyone suggest me what algorithm or what method I should implement for the above issue?