Jump to content

How to find/recover your BioProtect Password!


Rook

2 posts in this topic

Recommended Posts

Posted

Requirements:
- BioProtect From Cydia
- iFile/Filza
 
 
Instructions:
1. Navigate to /var/mobile/Library/Preferences using iFile or Filza & find net.limneos.bioprotect.plist.
 
2. Open the file with any text editors and it will show you your password in plain text in between the <string> tags under the passcode key.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>Enabled</key>
  <true/>
  <key>IconColor</key>
  <integer>4</integer>
  <key>VibrateOnError</key>
  <true/>
  <key>allowedWiFis</key>
  <array/>
  <key>keepSession</key>
  <false/>
  <key>passcode</key>
  <string>1234</string>
  <key>protectMovingApps</key>
  <false/>
  <key>protected</key>
  <array>
    <string>com.apple.mobileslideshow</string>
  </array>
  <key>protectedFolders</key>
  <array>
    <string>Social</string>
  </array>
</dict>
</plist>

Useful if you forgot the password you set on BioProtect. Some other app locking tweaks store their password in the location mentioned above also.

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines