-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有使用什么办法防止客户端返回虚假数据吗? #7
Comments
我想到的办法大概是多重验证吧,抽查或者每个请求都由多个客户端验证一下之类的,不过咕咕咕了( |
还有一个更高级的办法就是不转发http但是直接转发tcp,类似一个代理,直接ssl加密传输,这样的话理论上客户端就不知道传输内容了 |
到头来什么都没做www |
我也想到了这个,但如果查的少就很容易漏,查的多效率又低。而且在线人数也不多,如果真的想攻击的话这样根本防不住。 |
可以在例如涨粉/掉粉速度过快这样的反常情况下进行复查?这样可以避免较为严重的后果。 |
抱歉这几天有点忙,没有回复→_→ 以上假设对特定目标进行数据作假→_→ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
单纯地问一下,其实大概也不会有人故意传虚假数据..而且我也想不到什么很好的方法来防范。
The text was updated successfully, but these errors were encountered: