folder-lock-decrypt-android
GUI program to decrypt images from the Android app Folder Lock (com.newsoftwares.folderlock_v1)
How it works
The "Encryption" process of the app reverses the first 111 bytes of each file. This code will revert these bytes back for all the files in the directory
User Guide
- Export the directory of encrypted images from the device
- Run the code
- Enter the path to the directory holding the encrypted files
- Enter the path to the directory where you would like the decrypted files
- (optional) Export decryption logs in either JSON or .txt format
Build & Run
Build
To build an executable file:
- Ensure that Rust is installed
git clone https://github.com/c-sleuth/folder-lock-decrypt-android.gitcd folder-lock-decrypt-androidcargo build --release
Run
To run the code without building:
- Ensure that Rust is installed
git clone https://github.com/c-sleuth/folder-lock-decrypt-android.gitcd folder-lock-decrypt-androidcargo run
0 commit comments