Skip to content

Commit

Permalink
Update key grabbing information
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg committed Aug 13, 2024
1 parent 659a7f6 commit c715a61
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ AEA OTA/IPSW decryption

## Grabbing keys with `get_key.py`

Gets a key from an AEA (non OTA; for OTAs, use the key that is provided with your response, as they generally do not have embedded auth data).
Gets a key from the key URL embedded in an AEA's auth data blob.

> [!NOTE]
> OTAs before iOS 18.0 beta 3 did not have embedded auth data; for these OTAs, you must use the key provided with your response. macOS is the exception.
```shell
pip3 install -r requirements.txt
Expand Down

0 comments on commit c715a61

Please sign in to comment.