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

decrypting IMG4 ? #1

Open
knkrth opened this issue Jun 10, 2016 · 1 comment
Open

decrypting IMG4 ? #1

knkrth opened this issue Jun 10, 2016 · 1 comment

Comments

@knkrth
Copy link

knkrth commented Jun 10, 2016

Hi is there any tool to decrypt IMG4 for A7+ processor?

@matteyeux
Copy link

dd if=img4file bs=44 skip=1 | openssl enc -aes-256-cbc -d -nopad -iv IV -K KEY > output

Replace :

  • img4file by the name of the file
  • ÌV by the initial vector key
  • KEY by the key

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