From c715a61ae08843bc54c749e7b666421472e7a274 Mon Sep 17 00:00:00 2001 From: Dhinak G <17605561+dhinakg@users.noreply.github.com> Date: Tue, 13 Aug 2024 12:30:24 -0400 Subject: [PATCH] Update key grabbing information --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d26da3b..3a2bbe4 100644 --- a/README.md +++ b/README.md @@ -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