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 db 存储不同语言的网站 url。如果没有 SQL 注入攻击或间接方式(例如对 url 进行 MD5 处理,给定 url 的 BASE64ENCODEing),我如何才能实现这一点。
如果您想稍后检索和解码存储的 URL,MD5 不是一种选择,因为它是一种单向散列函数
Base64编码在这种情况下更合适。