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.
这听起来可能微不足道。但我想知道生成要在 MySql 表中使用的用户 ID 的安全方式。这是因为我觉得使用纯整数 ID 可以启用黑客攻击?
一切都可以被黑客入侵,唯一的区别是如果 ID 用作 URL 或任何其他输入中的参数。那么使用 GUID 可能会更好。
示例:url/?id=1。