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.
可能重复: Objective-C,如何混淆或加密 NSString?
我的应用程序使用 SSL 与服务器通信,但我想隐藏、隐藏或加密应用程序内的 URL,因此具有调试器/十六进制编辑器的黑客不会(容易地)看到它。
我想要一些不费时的东西。
大家有什么推荐的?
使用 RESTful API 设计。您只需要存储基本 URL,其他所有内容都由服务器提供。