是否有可能跟踪一个IPA二进制内的字符串? [英] Is it possible to trace back a string inside an IPA binary?

查看:120
本文介绍了是否有可能跟踪一个IPA二进制内的字符串?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的意思是如果我在代码中写东西:

  NSString * myKey = @这是我的私钥; 

有人能够跟踪字符串这是我的私钥来自IPA?



我问这个是否在iPhone上加密。



如果我将加密密钥存储在代码中,是否已经安全?或者我应该怎么做?

解决方案

是的,很可能。 IPA只是一个zip文件。您可以提取它来获取应用程序二进制。通常可以通过应用程序二进制文件运行 string 来查看字符串文字。


I mean if I write something in the code:

NSString *myKey = @"this is my private key";

Will someone be able to trace back the string "this is my private key" from the IPA?

I ask this for the encryption in iPhone.

If I store my encrypt key in the code, is it already safe? or how should I do it?

解决方案

Yes, it's likely. An IPA is just a zip file. You can extract it to get the application binary. You can usually run strings over an application binary to see string literals.

这篇关于是否有可能跟踪一个IPA二进制内的字符串?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆