FAQs about data exchange between the two php sites
Source: Internet
Author: User
For example, I have defined the data interface api on the php end. The returned json data is transmitted over https. I want to know whether to perform encryption or other operations when accessing the data interface, for fear that data transmission is not secure. Please enlighten me and discuss ...... For example, if a is the original website and B is using the data interface https php
Example
I have now defined the data interface api in php. The returned json data is transmitted over https. I want to know whether to perform encryption or other operations when accessing the data interface, for fear that data transmission is not secure. Please enlighten me and discuss ......
For example, if a is the original website and B uses the data interface https: // xxxxx/login? Name = xx & pwd = xx. The data interface returns the logon result. I feel insecure. PHP Security API sharing:
------ Solution --------------------
Https is safe enough, so a wall cannot be intercepted.
------ Solution --------------------
It is not difficult to encrypt it. encrypt it.
------ Solution --------------------
You don't have to worry about this problem. if hackers have cracked all https, what is the difficulty of cracking the encryption algorithm you have written?
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.