i want to implement following scenario Client Application will have function which will 1)get a image as parameter 2)convert it into byte of array 3)encrypt it call a web service and pass this byte of array to that service
Service Will have a function which will 1)recieve byte of array as parameter 2)decrypt it it 3)generate image from that byte of array.
1)what i should use to encrypt data and how is there any sample application or article which can help me. 2)symmetric or asymmetric encryption 3)any issue which i will face