本文介绍了如何从反射中隐藏数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在编写一个使用API密钥的应用程序,该API密钥应保持私有状态以防止未经授权的访问-有没有办法防止反射器读取此信息.我是不是认为混淆程序无法实现这一目标?
请先谢谢.
Hi,
I am writing an application which uses an API key which should stay private to prevent unauthorised access - is there a way to prevent reflector reading this. Am I right in thinking that obfuscation programs cannot achieve this?
Thanks in advance.
推荐答案
这篇关于如何从反射中隐藏数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!