Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 676 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 676 Bytes

oppo_decrypt_ozip

Oppo/Oneplus .ozip Firmware decrypter

Tested with CPH1707EX, CPH1611EX OTA Zip and Python 3.6

  • ozipdecrypt.py : Decrypt Oppo .ozip to .zip
  • decrypt.py : Decrypts any part of the firmware

Based on python 3.6

Prerequirement:

'pip install pycrypto'

Usage:

  • OTA OZIP decryption: 'python ozipdecrypt.py CPH1707EX_OTA_0070_all.ozip'

File will be output as .zip

License:

Share, modify and use as you like, but refer the original author !

Tutorial:

For a tutorial on aes key extraction, head over here.