https://github.com/c-sleuth/lock-my-pix-android-decrypt
Decryption tool for LockMyPix android app
https://github.com/c-sleuth/lock-my-pix-android-decrypt
digital-forensics forensic-analysis forensic-tools forensics-investigations forensics-tools
Last synced: 7 months ago
JSON representation
Decryption tool for LockMyPix android app
- Host: GitHub
- URL: https://github.com/c-sleuth/lock-my-pix-android-decrypt
- Owner: c-sleuth
- Created: 2024-04-01T14:33:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-30T17:13:15.000Z (10 months ago)
- Last Synced: 2024-11-30T18:25:34.089Z (10 months ago)
- Topics: digital-forensics, forensic-analysis, forensic-tools, forensics-investigations, forensics-tools
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lock-my-pix-android-decrypt
Rough python script that should get the job done in terms of decrypting the files
Also contains a bruteforcing python script that can bruteforce the 4 or 6 digit PINs from a single .6zu file## Decryption Script
```bash
usage: LockMyPix Decrypt [-h] password input outputpositional arguments:
password Enter the password for the application
input The directory of the exported encrypted files
output The directory for the decrypted filesoptions:
-h, --help show this help message and exit
```## PIN Bruteforce
```bash
usage: LockMyPix Bruteforce [-h] inputpositional arguments:
input Path to .6zu fileoptions:
-h, --help show this help message and exit
```