Highlights
bash
❯ ipsw pongo iPad_64bit_TouchID_ASTC_16.3_20D47_Restore.ipsw
• Decrypting Keybag file=LLB.ipad6f.RELEASE.im4p
• Decrypting Keybag file=LLB.ipad7b.RELEASE.im4p
• Decrypting Keybag file=LLB.j71t.RELEASE.im4p
• Decrypting Keybag file=LLB.j72t.RELEASE.im4p
• Decrypting Keybag file=iBoot.ipad6f.RELEASE.im4p
• Decrypting Keybag file=iBoot.ipad7b.RELEASE.im4p
• Decrypting Keybag file=iBoot.j71t.RELEASE.im4p
• Decrypting Keybag file=iBoot.j72t.RELEASE.im4p
• Decrypting Keybag file=sep-firmware.j71b.RELEASE.im4p
• Decrypting Keybag file=sep-firmware.j71s.RELEASE.im4p
• Decrypting Keybag file=sep-firmware.j71t.RELEASE.im4p
• Decrypting Keybag file=sep-firmware.j72b.RELEASE.im4p
• Decrypting Keybag file=sep-firmware.j72s.RELEASE.im4p
• Decrypting Keybag file=sep-firmware.j72t.RELEASE.im4p
• Decrypting Keybag file=iBEC.ipad6f.RELEASE.im4p
• Decrypting Keybag file=iBEC.ipad7b.RELEASE.im4p
• Decrypting Keybag file=iBEC.j71t.RELEASE.im4p
• Decrypting Keybag file=iBEC.j72t.RELEASE.im4p
• Decrypting Keybag file=iBSS.ipad6f.RELEASE.im4p
• Decrypting Keybag file=iBSS.ipad7b.RELEASE.im4p
• Decrypting Keybag file=iBSS.j71t.RELEASE.im4p
• Decrypting Keybag file=iBSS.j72t.RELEASE.im4p
• Writing keybags to 20D47__iPad6,11_12_iPad7,5_6/kbags.json
bash
❯ cat 20D47__iPad6,11_12_iPad7,5_6/kbags.json | jq . | head -n31
json
{
"type": "IPSW",
"version": "16.3",
"build": "20D47",
"devices": [
"iPad6,11",
"iPad7,5",
"iPad7,6",
"iPad6,12"
],
"files": [
{
"name": "LLB.ipad6f.RELEASE.im4p",
"kbags": [
{
"type": "prod",
"iv": "18ff771931372ebd03ad7537cba34517",
"key": "be88446944620af807a6a0f64234d46437355b016030cbe729fe892e95283e29"
},
{
"type": "dev",
"iv": "5765ce9fbd5707be023ebfcd7ce3c55e",
"key": "7885dabe10477aa446ac5fd92dce8694d10b9bc05c80f5e966f11a1a9377553f"
},
{
"type": "dec",
"iv": "<REDACTED>",
"key": "<REDACTED>"
}
]
},
<SNIP>
Changelog
New Features
* 74a7cd6f32c09ca64d6c2af5a535a7bd5fc05f70: feat: 🆕 `ipsw pongo` command (blacktop)
Bug fixes
* e30ca86296ab73d8aeec4787dc3af922326a7b2d: fix: add libusb tag to pongo pkg as well (blacktop)
* d32d48e0d7c86bb8485cff5792de2bce25e51597: fix: put 🆕 `ipsw pongo` cmd behind the `libusb` tag due to the requirement (blacktop)
Summary
**Full Changelog**: https://github.com/blacktop/ipsw/compare/v3.1.262...v3.1.263
What to do next?
- Read the [documentation](https://blacktop.github.io/ipsw/docs/)
- Join our [Discord server](https://discord.gg/xx2y9yrcgs)
- Follow us on [Twitter](https://twitter.com/blacktop__)