This tool is intended for the use of decrypting the files within the apk Vault - Hide Pics, App Lock (com.netqin.ps)
The first 128 bytes of the files are XOR'd with 0x42 (66), this tool will reverse that process returning the file in its original state
Use the pre-built binaries or compile from source.
Located within the directory "other_scripts" there is a script for decrypting single files at a time
git clone https://github.com/c-sleuth/decrypt-Vault-Hide-Pics-App-Lock.git
cargo build --release
- Make an output directory for all the decrypted files
- Located this path on the device
/mnt/sdcard/Android/data/com.netqin.ps/files/Documents/SystemAndroid/Data/{base64 encoded value}/.image
this will be the input directory - Run the following command
bash vault_decrypt <input dir> <output dir>