最近打算和学安卓的朋友通过json交互,一起写个成品出来,因为是第一次开发项目,所以没什么经验
如何保证交互数据的安全(要不要用到HTTPS或是其他传输什么的)
对当前安卓端的验证
百度上找不到,所以问问论坛里 有经验的前辈,还请多指点下~
ringa_lee2017-04-17 16:54:14
In terms of security, the transmitted json data has a timestamp and a token that has been encrypted. Verify it when interacting. If the verification passes, process it.