Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您如何确保用户无法通过 firefox 或 chrome 的调试器更改 websql 数据库数据?目前我可以运行查询来插入、更新和删除数据。
这对应用程序的安全性有何影响?
为每一行生成校验和。想要更多安全吗?在服务器上生成校验和,并在服务器上进行验证。但这样做会很慢。或者您可以在客户端生成校验和,将其保存在服务器上,稍后进行验证。