hello guys
my mother set a restriction passcode on her ipad and forgot the passcode .
I Was trying to help her get the passcode by following the following : https://nbalkota.wordpress.com/2014/04/05/recover-your-forgotten-ios-7-restrictions-pin-code/
i got the plist and it is like this ( i can send you the file if you want )
i know nothing about programming and dont own a mac ( no hackintosh or virtual pc as i am stuck in the middle of congo now )
thank you
my mother set a restriction passcode on her ipad and forgot the passcode .
I Was trying to help her get the passcode by following the following : https://nbalkota.wordpress.com/2014/04/05/recover-your-forgotten-ios-7-restrictions-pin-code/
i got the plist and it is like this ( i can send you the file if you want )
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "[url]http://www.apple.com/DTDs/PropertyList-1.0.dtd[/url]">
<plist version="1.0">
<dict>
<key>RestrictionsPasswordKey</key>
<data>
U1SwM62yfdFBRabksPR7wJwbVmk=
</data>
<key>RestrictionsPasswordSalt</key>
<data>
XR0lYQ==
</data>
</dict>
</plist>
according to the link i need to use base 64 to get the hash and salt .. then using perl i can get the passcode..i know nothing about programming and dont own a mac ( no hackintosh or virtual pc as i am stuck in the middle of congo now )
thank you