Skip to content

Manually find restrictions hash and salt

Aidan Holland edited this page Jan 6, 2018 · 6 revisions
  1. Find iOS backups
  1. Search for the file 398bc9c2aeeab4cb0c12ada0f52eea12cf14f40b within the backup

  2. Open with preferred XML editor or browser

Will look similar to this:

<plist version="1.0">
<dict>
    <key>RestrictionsPasswordKey</key>
    <data>r3JS9BgcHea1hxFIeAAR7z0Il2w=</data>
    <key>RestrictionsPasswordSalt</key>
    <data>osz+8g==</data>
</dict>
</plist>
  1. Copy RestrictionsPasswordKey and enter it when asked for a Secret Key

  2. Copy RestrictionsPasswordSalt and enter it when asked for a Salt

Clone this wiki locally