Coder Social home page Coder Social logo

ios_restriction_passcode_crack---python-version's Introduction

ios Restriction PassCode Crack -Python version

Overview

ios Restriction PassCode Cracker, this version of the application is written with Python programming language,which is used to crack the Restriction PassCode of iphone/ipad. (iphone/ipad 访问限制密码破解)

Method(the same as C version)

bruce crack

1 .get the Base64 key and salt from the backup file in Computer.

2 .decode the Base64 key and salt.

3 .try from 1 to 9999 to with the pbkdf2-hmac-sha1 hash with passlib (passlib moudle need to be installed before:easy_install passlib)

How to Use

1.Make sure to use Itunes to back up the ios device to Computer

2.change dir to the code.

python ./ioscrack.py

###If the backup is not encrypted, within that file, you should see text like this:

RestrictionsPasswordKey FklNcq4P3mJYSNjDFWvv2ei2+uE= RestrictionsPasswordSalt aSbUXg== The key is: FklNcq4P3mJYSNjDFWvv2ei2+uE= and the salt is: aSbUXg==

Source Code

  htos.py : hex and string transition moudle
  ioscrack.py : main process

Note

about python version, the code is far more simple than C version especially file parsing and decoding process. It's obvious that python is easier to code. On another hand, I set a timer for these two version,python version takes nearly a minute but it take only 10 more seconds in C version,and it's indeed more productive. So, we can combine them together for less code and more productive. just As next Version ios Restriction PassCode Crack -Py_C version, using python to parse file and decode base64 ,and C language to encode for pbkdf2-hmac-sha1 hash with openssl.

[email protected]

ios_restriction_passcode_crack---python-version's People

Contributors

pratikdighole avatar yuejd avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.