In my application, the user will be constantly uploading information on the website. For this I also need to pass the userId and password to the website for authentication.
What is the best way to encrypt this data and pass to the website? The website is using php.
I am looking for the best way to transfer encrypted data from android mobile to the website.
Rgds, Sapan