Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Acessing filesystem when the iPhone is locked #450

Open
ValHook opened this issue Mar 1, 2017 · 2 comments
Open

Acessing filesystem when the iPhone is locked #450

ValHook opened this issue Mar 1, 2017 · 2 comments

Comments

@ValHook
Copy link

ValHook commented Mar 1, 2017

To my understanding some iPhone files are encrypted by a filekey stored in filesystem metadata and this key derives from a Class key that derives from the passcode.

When I connect through ssh to my iPhone when it is locked, how come can I read raw content of my files from the user partition?
I would assume that the Class key is not available to the OS and therefore simple programs like cat who use simple read syscalls would not be able to retrieve the content of my files.

I know it is not a code related issue but I'd like to know how come I can read my files when my phone is locked.
Does yalu remove all this kind of encryption system?

@akachronix
Copy link

akachronix commented Mar 1, 2017 via email

@ipadkid358
Copy link

@akachronix Why bother responding?

@ValHook These class keys you're referring to only apply when a device is rebooted (that time when it says "Device requires a passcode"). If you have any devices with untethered jailbreaks, you should be able to easily verify this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants