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 xxxxxlogin? Namexx & amp; pwdxx. The data interface returns the logon result. Data exchange between the two php sites
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
Share:
------ 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?