androidpatternlock icon indicating copy to clipboard operation
androidpatternlock copied to clipboard

A little Python tool to crack the Pattern Lock on Android devices

Results 3 androidpatternlock issues
Sort by recently updated
recently updated
newest added

[i] Taken from: http://forensics.spreitzenbarth.de/2012/02/28/cracking-the-pattern-lock-on-android/ [:(] The pattern was not found... miui --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/86640654-the-pattern-was-not-found?utm_campaign=plugin&utm_content=tracker%2F1483625&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1483625&utm_medium=issues&utm_source=github).

## Context Solves #9 ## Description Fix encode 'bytes' object has no attribute 'encode' error

``` sudo python3 aplc.py gesture.sample.key ################################ # Android Pattern Lock Cracker # # v0.2 # # ---------------------------- # # Written by Chema Garcia # # http://safetybits.net # # [email protected] #...