GUI program to decrypt images from the Android app Folder Lock (com.newsoftwares.folderlock_v1)
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
- 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
To build an executable file:
- Ensure that Rust is installed
git clone https://github.com/c-sleuth/folder-lock-decrypt-android.git
cd folder-lock-decrypt-android
cargo build --release
To run the code without building:
- Ensure that Rust is installed
git clone https://github.com/c-sleuth/folder-lock-decrypt-android.git
cd folder-lock-decrypt-android
cargo run