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

Is there a way to decrypt Android data on Linux if I have both SKS_KEY_FILE & SKS_DATA_FILE ? #70

Open
Overtorment opened this issue Jan 15, 2020 · 1 comment

Comments

@Overtorment
Copy link

No description provided.

@davidgovea
Copy link
Contributor

It looks like the answer is no.

SKS_DATA_FILE is AES(data)
SKS_KEY_FILE is RSA(aes-key)

The RSA private key lives in the Android Keystore, and it is needed to decrypt the contents of SKS_KEY_FILE to obtain the symmetric AES key needed to decrypt the data file.

Those 2 files live outside of the device's keystore, but require the private key from inside the keystore to be decoded.

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