简体   繁体   English

IOS如何判断沙箱已被更改(设备越狱)

[英]IOS how to judge sandbox has been changed (device jailbreak)

Our company has an finance app,now,The demand is that,In order to prevent data been tampered in jailbreak device, I thought of the two methods, 我们公司现在有一个财务应用程序,需求是,为了防止数据被越狱设备篡改,我想到了两种方法,

  1. We must judge sandbox when we open the app, is there some ways to judge sandbox has been changed(i don't how to do). 打开应用程序时,我们必须判断沙盒,是否有一些方法可以判断沙盒已更改(我不怎么做)。
  2. Get ipa file in my code and do the hash operation,compare with server data(but I don't know how to get ipa file in my code. 在我的代码中获取ipa文件并执行散列操作,与服务器数据进行比较(但我不知道如何在我的代码中获取ipa文件。

Sandbox is a concept, it means only the app has the authority to do some allowed operation. Sandbox是一个概念,它意味着只有应用程序才有权执行一些允许的操作。 I don't think there is a way to judge sandbox. 我认为没有办法判断沙箱。 But instead, you can judge your data wether it's been modified. 但相反,您可以判断您的数据是否经过修改。

So it comes to the data encryption. 因此涉及到数据加密。 You can focus on how to encrypt your core data which has much value. 您可以专注于如何加密具有重要价值的核心数据。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何快速拍摄调整适用于越狱iOS设备 - how quick shoot tweak works on jailbreak iOS device 如何在iOS(越狱设备)中以编程方式更改“呼叫等待”? - How to change “Call Waiting” programmatically in iOS (jailbreak device)? 如何使用 Appium 或命令行(无越狱)使用密码解锁 iOS 设备 - How to unlock iOS device with passcode using Appium or Command Line (no jailbreak) 如何检查iOS设备自启动以来是否已重新启动 - How to check if iOS device has been rebooted since launch iOS IAP,如何判断同一设备上的多个用户 - iOS IAP, how to judge multiple user at the same device 如何确定iOS设备上是否安装了Dropbox? - How to determine if Dropbox has been installed on iOS device? 在iOS(越狱设备)中完全隐藏电话 - Hide a phone call completely in iOS (jailbreak device) 如何在没有配置文件的情况下在iOS设备上安装越狱应用程序? - How can I install a jailbreak app on an iOS device without a provisioning profile? 即使应用程序在后台运行,如何在越狱ios设备上收听所有触摸事件 - How to listen all touch events on a jailbreak ios device even the app is running in background iOS-6755文件属性在复制到设备时更改为0755-越狱 - iOS - 6755 file attributes changes to 0755 when copied to device - jailbreak
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM