开发者

Android user data encryption over web

开发者 https://www.devze.com 2023-03-22 13:20 出处:网络
Inmy 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.

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


The best solution would be to have an SSL certificate on the web server. Because you'll also be in control of the client, you'd be able to self-sign without impacting end-user experience.

There are some questions on how to handshake and accept the certificate here and here.

0

精彩评论

暂无评论...
验证码 换一张
取 消