Skip to content

dz-root/Android-Lock-Pattern-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔑 Android lock pattern finder

The Android lock pattern works as follows: nine pads are arranged in the form of a grid numbered from 1 to 9. Whene the user define his password (lock pattern), Android encode the password in Hexadecimal and encrypte it in SHA-1 then store it in: /android/data/system/gesture.key`.

Android lock pattern finder open the gesture.key file and read the encrypted password then generate SHA-1 hashes using permutations of numbers (0 to 8) untill it found the same hash stored in gesture.key.
The numbers used to find this hash will incremented by 1 to display the right password.

Preview 👀

main

Installation ⚙️

  1. Fork/Clone/Download this repo
git clone https://github.com/dz-root/Android-lock-pattern-finder.git
  1. cd ./Android lock pattern finder
  2. Move gesture.key inside /Android lock pattern finder and run: npm start

Ressources

  1. spreitzenbarth.de
  2. infosecinstitute.com

Contributing 💡

You can propose a feature request opening an issue or a pull request.

About

Break encryption algorithms and get the lock pattern.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published