Git Product home page Git Product logo

Comments (3)

ItsASmallWorld avatar ItsASmallWorld commented on August 10, 2024

According to the iOS security Guide AES-XTS is used on devices with an A8 processor. We could also assume it is used on devices with an A9 processor. This list of devices include:

  • iPhone 6
  • iPhone 6 Plus
  • iPhone 6s
  • iPhone 6s Plus
  • iPhone SE
  • iPod Touch 6th Gen
  • iPad mini 4

Maybe you could enable AES-XTS when the model number (A number, variant, or identifier) in the icloud backup matches the model number of one of the devices listed above.

from inflatabledonkey.

mca-gif avatar mca-gif commented on August 10, 2024

Unfortunately it isn't as simple as that. All of my personal backups on an iPhone 6 are AES-CBC despite the fact that the backups have never touched a pre-A8 processor device, and Apple's own documentation says it should be AES-XTS. They are all cleanly generated with each new phone and OS build. Both of my iOS 9 and iOS 10 backups use AES-CBC. I've seen this on other backups I have access to. Now, almost universally I have seen that the 6s does use AES-XTS, but that is anecdotal.

from inflatabledonkey.

horrorho avatar horrorho commented on August 10, 2024

Thanks for the feedback. Unfortunately as @MattAndersen has also mentioned, the hardware model isn't an accurate gauge of the encryption mode.

If all else fails, I'll have to code in a routine to download a plist or similar, test decrypt it and then move on to the rest of the backup. It's just not an elegant or correct solution.

from inflatabledonkey.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.