App ID、API Key、Client Key等调用方法?

发布于 2024-10-28 07:29:42 字数 253 浏览 1 评论 0原文

--> 这个问题适用于 Windows Phone 7 的移动应用程序(尽管我确信该解决方案可以在任何 .net 应用程序上使用<--

您好,调用应用程序 ID、API 密钥、客户端密钥的方法有哪些?之前我不止一次被告知不建议将这些类型的密钥直接存储在应用程序中,而是“调用”它们,因此应用程序可以被下载和反编译。导致您的密钥被盗。

有谁知道在不直接将密钥存储在应用程序中的情况下调用密钥的安全方法吗?或者是否存在其他方法

?赞赏。

-->This question is geared to mobile applications for Windows Phone 7 (Although I'm sure the solution could be used on any .net application<--

Hello what are some ways of calling Application IDs, API keys, Client keys, etc inside of an application. I've been told before more than once that its not recommended to store these types of keys directly inside of an application but to "call" them. The reason for is that the app could be downloaded and decompiled therefore leading to your Keys being stolen.

Does anyone know secure ways of calling keys without storing them directly in the app? Or maybe encrypting the keys when they're stored on the device? Or are there other methods that exist?

Your recommendations or suggestions are appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

七堇年 2024-11-04 07:29:42

Microsoft 推荐的保护代码的官方解决方案是使用 Dotfuscator。他们与 PreEmptive 解决方案建立了合作伙伴关系,以便所有 WP7 开发人员都可以获得免费许可证。下载该软件的网站在这里:http://www.preemptive.com/windowsphone7.html。这绝对不是保护您的信息的完全可靠的方法,但它使任何人更难反编译您的代码并窃取您的秘密。

The official solution that Microsoft recommends in protecting your code is to use Dotfuscator. They have a partnership with PreEmptive solutions so that all WP7 developers will get a free license. The website to download the software is here: http://www.preemptive.com/windowsphone7.html. It's definitely not a full-proof way of protecting your information but it makes it a lot harder for anyone to decompile your code and steal your secrets.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文